Amazon FBA Calculator Free by AMZScout

Amazon FBA Calculator Free by AMZScout

FBA Calculator shows Amazon fees, sales margins, revenue and product net profit and is free to use.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "oauth2": {
    "client_id": "342231008843-6vhiupg7cqt15n1ncll9bqk102fveuu1.apps.googleusercontent.com",
    "scopes": [
      "email"
    ]
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "short_name": "FBA Calculator",
  "description": "__MSG_appDesc__",
  "version": "4.4.0",
  "default_locale": "en",
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "permissions": [
    "background",
    "activeTab",
    "tabs",
    "storage",
    "unlimitedStorage",
    "cookies",
    "identity"
  ],
  "optional_permissions": [],
  "host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_icon": "img/48.png",
    "default_title": "AMZScout FBA Calculator"
  },
  "author": "https://amzscout.net",
  "homepage_url": "https://amzscout.net",
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; child-src 'self';"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "bundle.css",
        "img/*.png",
        "img/*.svg",
        "img/*.gif",
        "img/*.jpg",
        "img/promo-menu/*.png",
        "img/promo-menu/*.svg",
        "img/promo-menu/*.gif",
        "img/search/*.png",
        "img/search/*.svg",
        "img/search/*.gif",
        "img/search/*.jpg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwVjh6BDzFadLsVE5Q3ZSZGGGJH3PWt28sHdl+GVQQrVbH3Ebw8diRiN8Tpib+c/P6CNSYYWv8I4o3yTA1eMnMyYiNMFsf0By+JCht8tJOMlol3UpiiyozPhT5VO9oBiML5uHvwQBrwVDtOmAZshI4B+W0N90+qDLosiRZHOTyN0wx0GKylQODp4Wfgj2glmas34n5XHk6JLb/Gax3s4P+0YLlCxcPMDjG4FAIzLzZ7sutxQ1+nX1jUNNycTBwAoHE7Gw8KrayeG08o02PfAm/f3Flx/eEh6nXh0Tj0T80ysvJUJ1TGZ18+BU5Vc1PxMBVApKbP8zLrh4f3qmNCJUlQIDAQAB",
  "content_scripts": [
    {
      "matches": [
        "https://www.googleapis.com/",
        "*://www.amazon.ca/*",
        "*://www.amazon.co.uk/*",
        "*://www.amazon.com/*",
        "*://www.amazon.in/*",
        "*://www.amazon.de/*",
        "*://www.amazon.fr/*",
        "*://www.amazon.it/*",
        "*://www.amazon.es/*",
        "*://www.amazon.ae/*",
        "*://www.amazon.sa/*",
        "*://www.alibaba.com/trade/search*"
      ],
      "js": [
        "bundle.js"
      ],
      "css": [
        "bundle.css"
      ],
      "run_at": "document_start"
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.amzscout.net/*"
    ]
  }
}