AZLabels - Thermal Labels For Amazon

AZLabels - Thermal Labels For Amazon

AZLabels allows you to print thermal labels straight to your thermal printer from Seller Central.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AZLabels - Thermal Labels For Amazon",
  "version": "1.13.0",
  "manifest_version": 2,
  "description": "AZLabels allows you to print thermal labels straight to your thermal printer from Seller Central.",
  "homepage_url": "https://azlabels.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "page": "src/bg/background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "AZLabels",
    "default_popup": "src/page_action/page_action.html"
  },
  "permissions": [
    "downloads",
    "storage",
    "notifications",
    "tabs",
    "*://sellercentral.amazon.com/*",
    "*://sellercentral-europe.amazon.com/*",
    "*://sellercentral.amazon.com.mx/*",
    "*://sellercentral.amazon.ca/*",
    "*://sellercentral.amazon.com.au/*",
    "*://sellercentral.amazon.de/*",
    "*://sellercentral.amazon.fr/*",
    "*://sellercentral.amazon.it/*",
    "*://sellercentral.amazon.es/*",
    "*://sellercentral.amazon.co.jp/*",
    "*://sellercentral.amazon.co.uk/*",
    "*://sellercentral-japan.amazon.com/*",
    "*://sellercentral.amazon.ae/*",
    "*://*.azlabels.com/*"
  ],
  "optional_permissions": [
    "*://*.ebay.com/*",
    "*://*.ups.com/*",
    "*://sellercentral.amazon.in/*",
    "*://*.supplychainconnect.amazon.com/*",
    "*://*.azlabels-api.test/*",
    "*://*.azlabels-saas.test/*"
  ]
}