AMZBase - Free Amazon Product Research Tool

AMZBase - Free Amazon Product Research Tool

AMZBase is a free tool for assisting you in your search to find products to sell on Amazon.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "homepage_url": "https://www.amzbase.com",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AMZBase - Free Amazon Product Research Tool",
  "description": "AMZBase is a free tool for assisting you in your search to find products to sell on Amazon.",
  "version": "1.1.2",
  "version_name": "v1.1.2",
  "author": "AMZBase Team",
  "browser_action": {
    "default_icon": {
      "128": "images/logo.png"
    },
    "default_title": "AMZBase"
  },
  "icons": {
    "128": "images/logo.png"
  },
  "permissions": [
    "https://*.amazon.com/*",
    "https://*.amazon.ca/*",
    "https://*.amazon.mx/*",
    "https://*.amazon.co.uk/*",
    "https://*.amazon.de/*",
    "https://*.amazon.fr/*",
    "https://*.amazon.it/*",
    "https://*.amazon.es/*",
    "https://*.amazon.nl/*",
    "https://*.amazon.se/*",
    "https://*.amazon.co.jp/*",
    "https://*.amazon.in/*"
  ],
  "background": {
    "scripts": [
      "scripts/jquery-3.2.1.min.js",
      "scripts/background.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "https://*.amazon.com/*",
        "https://*.amazon.ca/*",
        "https://*.amazon.mx/*",
        "https://*.amazon.co.uk/*",
        "https://*.amazon.de/*",
        "https://*.amazon.fr/*",
        "https://*.amazon.it/*",
        "https://*.amazon.es/*",
        "https://*.amazon.nl/*",
        "https://*.amazon.se/*",
        "https://*.amazon.co.jp/*",
        "https://*.amazon.in/*"
      ],
      "js": [
        "scripts/jquery-3.2.1.min.js",
        "main.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ]
}