Amazon ASIN Grabbing Tool

Amazon ASIN Grabbing Tool

Using our extension you can Easily Import Amazon Products ASINS into WooCommerce

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "AA-Team",
  "manifest_version": 2,
  "name": "__MSG_extension_name__",
  "short_name": "__MSG_extension_name_short__",
  "description": "__MSG_extension_description__",
  "version": "1.2.3",
  "default_locale": "en",
  "icons": {
    "16": "images/icons/icon_16.png",
    "24": "images/icons/icon_24.png",
    "32": "images/icons/icon_32.png",
    "48": "images/icons/icon_48.png"
  },
  "browser_action": {
    "default_icon": "images/icons/icon_32.png",
    "default_title": "__MSG_extension_name__",
    "default_popup": "html/options.html"
  },
  "options_page": "html/options.html",
  "options_ui": {
    "page": "html/options.html",
    "chrome_style": true
  },
  "permissions": [
    "notifications",
    "activeTab",
    "tabs",
    "storage",
    "unlimitedStorage",
    "downloads",
    "*://*.amazon.com/*",
    "*://*.amazon.co.uk/*",
    "*://*.amazon.de/*",
    "*://*.amazon.cn/*",
    "*://*.amazon.it/*",
    "*://*.amazon.es/*",
    "*://*.amazon.co.jp/*",
    "*://*.amazon.ca/*",
    "*://*.amazon.fr/*",
    "*://*.amazon.in/*",
    "*://*.amazon.com.mx/*",
    "*://*.amazon.com.br/*"
  ],
  "background": {
    "persistent": false,
    "page": "html/background.html"
  },
  "web_accessible_resources": [
    "html/template.html",
    "images/*.*",
    "css/content.css"
  ],
  "content_security_policy": "script-src 'self' https://fonts.googleapis.com; object-src 'self'",
  "update_url": "https://clients2.google.com/service/update2/crx"
}