ASINsell Amazon Product Review Request Tool

ASINsell Amazon Product Review Request Tool

Request Amazon product reviews auto and track & manage all of your product reviews in just 1 place

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.service.js"
    ]
  },
  "action": {
    "default_icon": {
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "default_title": "ASINsell Amazon Request Review Tool"
  },
  "icons": {
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f9a82733-76b7-40de-aa1c-de86fc04df43}"
    }
  },
  "description": "Amazon review request tool to track & manage product reviews, export reviews",
  "short_name": "ASINsell",
  "homepage_url": "https://asinsell.com",
  "manifest_version": 3,
  "version": "3.0.7",
  "name": "Amazon Review Request Tool ASINsell",
  "host_permissions": [
    "*://*/*"
  ],
  "permissions": [
    "tabs",
    "scripting",
    "storage",
    "alarms",
    "unlimitedStorage"
  ]
}