Amasin

Amasin

Amazon ASIN helper. This add-on let you do the following: * Copy the ASIN number of an Amazon link. * Using the ASIN number to compare the price of the product across the global Amazon sites (using https://www.heidoc.net/amazon/)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Amasin",
  "version": "0.0.1",
  "description": "Amazon ASIN helper",
  "permissions": [
    "contextMenus",
    "clipboardWrite",
    "activeTab"
  ],
  "icons": {
    "48": "icons/amasin_icon_48.png"
  },
  "background": {
    "scripts": [
      "amasin_background.js"
    ]
  }
}