ASINEXPORT - Amazon ASIN Lookup & Grabber

ASINEXPORT - Amazon ASIN Lookup & Grabber

Best amazon online arbitrage software export competitors asin list,find high demand low competition products

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ASINEXPORT - Amazon ASIN Lookup & Grabber",
  "description": "Best amazon online arbitrage software export competitors asin list,find high demand low competition products",
  "version": "1.2.2",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "cookies",
    "storage"
  ],
  "host_permissions": [
    "*://*.amazon.com/*"
  ],
  "action": {
    "default_popup": "/popup/popup.html",
    "default_icon": {
      "16": "assets/images/icon16.png",
      "48": "assets/images/icon48.png",
      "128": "assets/images/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.amazon.com/*"
      ],
      "js": [
        "content-script/main.js",
        "assets/js/googleAnalytics.js"
      ],
      "run_at": "document_end",
      "css": [
        "content-script/main.3db6f5e0.css",
        "vendor.6779bee7.css"
      ]
    }
  ],
  "icons": {
    "16": "assets/images/icon16.png",
    "48": "assets/images/icon48.png",
    "128": "assets/images/icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "#linearGradient-1"
      ],
      "matches": [
        "*://*.amazon.com/*"
      ]
    }
  ]
}