Amazon Review Request Tool ASINsell

Amazon Review Request Tool ASINsell

Amazon review request tool to track & manage product reviews, export reviews

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "/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"
  },
  "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.1.0",
  "name": "Amazon Review Request Tool ASINsell",
  "host_permissions": [
    "*://*/*"
  ],
  "permissions": [
    "tabs",
    "scripting",
    "storage",
    "alarms",
    "unlimitedStorage"
  ]
}