The Funnel Guru Amazon ASIN Checker

The Funnel Guru Amazon ASIN Checker

Are You eligible to sell a particular product on Amazon? Our ASIN Checker will help you make the best business decision.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "The Funnel Guru Amazon ASIN Checker",
  "version": "2.1.0",
  "description": "Are You eligible to sell a particular product on Amazon? Our ASIN Checker will help you make the best business decision.",
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "*://extnapi.thefunnelguru.com/*",
    "*://f03ff1d18270.ngrok.io.com/*",
    "*://sellercentral.amazon.com/*"
  ],
  "content_security_policy": {
    "sandbox": "sandbox allow-scripts; script-src 'self' https://sellercentral.amazon.com; object-src 'self'"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "matches": [
      "*://*.amazon.com/*",
      "*://*.amazon.ca/*"
    ],
    "service_worker": "background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.amazon.com/*",
        "*://*.amazon.ca/*"
      ],
      "js": [
        "content.js",
        "react.development.js",
        "react-dom.development.js",
        "sweetalert.min.js",
        "sweetalert2.all.min.js",
        "jquery.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "logo.png",
        "yes.png",
        "no.png",
        "logout.png",
        "loading_icon.gif"
      ],
      "matches": [
        "*://*.amazon.com/*",
        "*://*.amazon.ca/*"
      ]
    }
  ]
}