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. Tired of downloading PDFs, snapshotting the same section over and over, or using ancient software that takes forever? Print in one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "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/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a954942a-4a52-4387-b6a9-830ac48b2c2e}"
    }
  }
}