ezASIN powered by eLister Pro

ezASIN powered by eLister Pro

Copy ASINs from browser tab to the clipboard, and optionally autoload first ASIN with eLister Pro products page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ezASIN powered by eLister Pro",
  "short_name": "ezASIN",
  "description": "Copy ASINs from browser tab to the clipboard, and optionally autoload first ASIN with eLister Pro products page.",
  "version": "0.0.11",
  "background": {
    "persistent": false,
    "scripts": [
      "lib/jquery-3.0.0.min.js",
      "lib/underscore-min.js",
      "background.js"
    ]
  },
  "icons": {
    "16": "ezasin-icon-16.png",
    "32": "ezasin-icon-32.png",
    "48": "ezasin-icon-48.png",
    "128": "ezasin-icon-128.png"
  },
  "permissions": [
    "tabs",
    "<all_urls>",
    "contextMenus",
    "storage"
  ],
  "browser_action": {
    "default_title": "Copy ASINs from Page",
    "default_icon": "ezasin-icon-48.png"
  },
  "manifest_version": 2
}