Label Resizer - FBA Labels to Thermal & Avery

Print any Amazon FBA labels (product, shipping, LTL, SPD labels) directly to your thermal printer.

What is Label Resizer - FBA Labels to Thermal & Avery?

Label Resizer - FBA Labels to Thermal & Avery is a Chrome extension developed by https://www.labelresizer.com, and its main feature is "Print any Amazon FBA labels (product, shipping, LTL, SPD labels) directly to your thermal printer.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Label Resizer - FBA Labels to Thermal & Avery Extension CRX File

Download Label Resizer - FBA Labels to Thermal & Avery extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Label Resizer is a tool for Amazon FBA and Walmart sellers and helps them to customize and print any FBA and Walmart WFS labels directly from Seller Central through their thermal or desktop inkjet and laser printers. 
 
Our extension works with ANY Amazon FBA and Walmart WFS labels (product, shipping, box label, LTL labels), UPS labels and FedEx shipping labels, and resizes them to your thermal printer label's size or to your FBA-up paper/sticker (Avery type) labels.

Also it lets you add extra text on any kind of FBA and Walmart WFS labels like expire date and additional info so it saves you extra work and label also it helps you comply with any Amazon FBA and Walmart WFS policies or regulations
 
It is very straightforward and easy to use, and it will save a lot of time of your FBA and WFS shipments, UPS and FedEx shipments.
 
Our new and unique features provide great assistance to your seller operations. To mention some of them, Label Resizer
 
1. Works for every types of labels like FNSKU barcodes, shipping, product, LTL and box labels, and supports all DYMO, Zebra, Rollo and other thermal label sizes.
 
2. Custom text on the product labels; it lets you add text at the Header, Footer and Side of the label
 
3. Add extra text on FBA Box labels
 
4. Add FBA Shipment Box ID on amazon partnered shipping labels.
 
5. Add merchant SKUs on our product labels, separator, shipping and Box labels.
 
6. Print Complete, untruncated Title option, which enables you to add full title of your product on your product and Box labels.
 
7. We support Avery paper types like 30-up print out for our customers, even if you do not have a thermal printer and have a standard inkjet or laser printer. This new feature enables our customers to print their customized labels on every commonly used Avery type label paper like 30-up. 
 
8. Separator label option, which enables you to put a special label between each series of FNSKU.
 
9. Real Page Break option for Avery FBA UP Labels, which enables you to put page break between each series of FNSKU.
 
10. Add item number option, which enables you to put numbers on the right end of your labels.
 
11. Generic Labels allows you to print any generic any FBA and WFS required box label (like sold as set, team lift) when you need it.
 
12. Option to adjust font sizes of Header and Footer texts on your labels to grab the attention of your customers.
 
13. No need extra user information. Google or Amazon accounts are enough to login.                    

Extension Basic Information

Name Label Resizer - FBA Labels to Thermal & Avery Label Resizer - FBA Labels to Thermal & Avery
ID ihkbncennjhofkohbibnbgappjbncnoc
Official URL https://chromewebstore.google.com/detail/label-resizer-fba-labels/ihkbncennjhofkohbibnbgappjbncnoc
Description Print any Amazon FBA labels (product, shipping, LTL, SPD labels) directly to your thermal printer.
File Size 124 KB
Installation Count 8,598
Current Version 2.0.26
Last Updated 2024-01-09
Publish Date 2020-06-12
Rating 4.73/5 Total 11 Ratings
Developer https://www.labelresizer.com
Email [email protected]
Payment Type free
Extension Website https://www.labelresizer.com/
Help Page URL https://www.labelresizer.com/faq
Privacy Policy Page URL https://www.labelresizer.com/policy/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Label Resizer - FBA Labels to Thermal & Avery",
    "version": "2.0.26",
    "short_name": "LabelResizer",
    "description": "Print any Amazon FBA labels (product, shipping, LTL, SPD labels) directly to your thermal printer.",
    "icons": {
        "128": "img\/logo-small-128.png",
        "48": "img\/logo-small-48.png",
        "24": "img\/logo-small-24.png",
        "16": "img\/logo-small-16.png"
    },
    "background": {
        "service_worker": "bg\/background.js"
    },
    "action": {
        "default_icon": {
            "128": "img\/logo-small-128.png",
            "48": "img\/logo-small-48.png",
            "24": "img\/logo-small-24.png",
            "16": "img\/logo-small-16.png"
        },
        "default_popup": "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",
                "js\/helper.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\/ups-extension.js"
            ],
            "css": [
                "ups\/ups.css",
                "extension.css"
            ],
            "matches": [
                "*:\/\/*.ups.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/common.js",
                "feedback.js",
                "fedex\/fedex-extension.js"
            ],
            "css": [
                "fedex\/fedex.css",
                "extension.css"
            ],
            "matches": [
                "*:\/\/*.fedex.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/common.js",
                "feedback.js",
                "mercari\/mercari-extension.js"
            ],
            "css": [
                "mercari\/mercari.css",
                "extension.css"
            ],
            "matches": [
                "*:\/\/*.mercari.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/common.js",
                "js\/helper.js",
                "feedback.js",
                "walmart\/walmart-extension.js"
            ],
            "css": [
                "walmart\/walmart.css",
                "extension.css"
            ],
            "matches": [
                "*:\/\/*.walmart.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}