Amz superman seller tool

Amz superman seller tool

Amz superman seller tool. Speed up your research with keyboard shortcuts

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "ext/icons/icon3.png",
    "default_popup": "src/html/popup.html",
    "icons": [
      "ext/icons/icon3.png"
    ],
    "name": "Amz Superman Seller tool",
    "default_title": "Amz Superman Seller tool"
  },
  "content_scripts": [
    {
      "css": [
        "ext/css/content.css",
        "src/css/custom.css"
      ],
      "include_globs": [
        "http://*.amazon.*/*",
        "https://*.amazon.*/*"
      ],
      "js": [
        "./ext/lib/jquery.3.6.js",
        "./dist/js/lan.js",
        "./dist/js/ct.js"
      ],
      "matches": [
        "https://*.amazon.pl/*",
        "https://*.amazon.se/*",
        "https://*.amazon.com.tr/*",
        "https://*.amazon.sa/*",
        "https://*.amazon.nl/*",
        "https://*.amazon.in/*",
        "https://*.amazon.com.au/*",
        "https://*.amazon.com.br/*",
        "https://*.amazon.ae/*",
        "https://*.amazon.sg/*",
        "https://*.amazon.co.jp/*",
        "https://*.amazon.es/*",
        "https://*.amazon.it/*",
        "https://*.amazon.fr/*",
        "https://*.amazon.de/*",
        "https://*.amazon.co.uk/*",
        "https://*.amazon.com.mx/*",
        "https://*.amazon.ca/*",
        "https://*.amazon.com/*",
        "http://*.amazon.pl/*",
        "http://*.amazon.se/*",
        "http://*.amazon.com.tr/*",
        "http://*.amazon.sa/*",
        "http://*.amazon.nl/*",
        "http://*.amazon.in/*",
        "http://*.amazon.com.au/*",
        "http://*.amazon.com.br/*",
        "http://*.amazon.ae/*",
        "http://*.amazon.sg/*",
        "http://*.amazon.co.jp/*",
        "http://*.amazon.es/*",
        "http://*.amazon.it/*",
        "http://*.amazon.fr/*",
        "http://*.amazon.de/*",
        "http://*.amazon.co.uk/*",
        "http://*.amazon.com.mx/*",
        "http://*.amazon.ca/*",
        "http://*.amazon.com/*"
      ]
    }
  ],
  "description": "Amz superman seller tool. Speed up your research with keyboard shortcuts",
  "manifest_version": 2,
  "name": "Amz superman seller tool",
  "permissions": [
    "storage"
  ],
  "version": "2.91"
}