Label Resizer - FBA Labels to Thermal & Avery

Label Resizer - FBA Labels to Thermal & Avery

Label Resizer resizes any shipping label and FBA labels for all thermal, inkjet or laser printers. It will save a lot of time while preparing any Amazon FBA labels and shipping labels (UPS, FedEx, USPS, DHL, Ebay, Walmart, Etsy, Mercari, Shopify etc)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Label Resizer - FBA Labels to Thermal & Avery",
  "version": "1.8.35",
  "short_name": "LabelResizer",
  "description": "Print any Amazon FBA labels (product, shipping, LTL, SPD labels) directly to your thermal printer.",
  "icons": {
    "16": "img/logo-small-16.png",
    "24": "img/logo-small-24.png",
    "48": "img/logo-small-48.png",
    "128": "img/logo-small-128.png"
  },
  "background": {
    "scripts": [
      "js/jquery/jquery.min.js",
      "js/common.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "img/logo-small-16.png",
      "24": "img/logo-small-24.png",
      "48": "img/logo-small-48.png",
      "128": "img/logo-small-128.png"
    },
    "default_popup": "popup.html",
    "default_title": "labelresizer.com"
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery/jquery.min.js",
        "js/common.js",
        "labelresizer-extension.js"
      ],
      "matches": [
        "*://www.labelresizer.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "js/jquery/jquery.min.js",
        "js/common.js",
        "feedback.js",
        "amazon-extension.js"
      ],
      "css": [
        "extension.css"
      ],
      "matches": [
        "*://sellercentral.amazon.com/*",
        "*://sellercentral.amazon.com.mx/*",
        "*://sellercentral-europe.amazon.com/*",
        "*://sellercentral.amazon.ca/*",
        "*://sellercentral.amazon.co.uk/*",
        "*://sellercentral.amazon.de/*",
        "*://sellercentral.amazon.fr/*",
        "*://sellercentral.amazon.it/*",
        "*://sellercentral.amazon.es/*",
        "*://sellercentral.amazon.co.jp/*",
        "*://sellercentral.amazon.ae/*",
        "*://sellercentral.amazon.com.au/*",
        "*://sellercentral.amazon.sg/*",
        "*://sellercentral.amazon.in/*",
        "*://sellercentral-japan.amazon.com/*",
        "*://sellercentral.amazon.sa/*",
        "*://sellercentral.amazon.nl/*",
        "*://sellercentral.amazon.pl/*",
        "*://sellercentral.amazon.se/*",
        "*://sellercentral.amazon.com.br/*",
        "*://sellercentral.amazon.com.be/*",
        "*://*.amazonaws.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "js/jquery/jquery.min.js",
        "js/common.js",
        "feedback.js",
        "ups-extension.js"
      ],
      "css": [
        "ups.css",
        "extension.css"
      ],
      "matches": [
        "*://*.ups.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "js/jquery/jquery.min.js",
        "js/common.js",
        "feedback.js",
        "fedex-extension.js"
      ],
      "css": [
        "fedex.css",
        "extension.css"
      ],
      "matches": [
        "*://*.fedex.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "js/jquery/jquery.min.js",
        "js/common.js",
        "feedback.js",
        "mercari-extension.js"
      ],
      "css": [
        "mercari.css",
        "extension.css"
      ],
      "matches": [
        "*://*.mercari.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "js/jquery/jquery.min.js",
        "js/common.js",
        "feedback.js",
        "walmart-extension.js"
      ],
      "css": [
        "walmart.css",
        "extension.css"
      ],
      "matches": [
        "*://*.walmart.com/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "storage",
    "notifications",
    "tabs",
    "*://www.labelresizer.com/*",
    "*://api.labelresizer.com/*",
    "*://*.amazonaws.com/*"
  ],
  "web_accessible_resources": [
    "img/*.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5ac7ac5f-4222-488c-a8d1-588d73427797}"
    }
  }
}