Easy Label Print for Amazon

Print amazon shipping labels right to your label printer.

Vad är Easy Label Print for Amazon?

Easy Label Print for Amazon är en Chrome-tillägg utvecklad av FedDev, och dess huvudfunktion är "Print amazon shipping labels right to your label printer.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Easy Label Print for Amazon-förlängningens CRX-fil

Ladda ner Easy Label Print for Amazon-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Note: Be sure to set your label size in your printer settings, and make sure margins are turned off in chrome.

Throw away your item label sheets and switch to a thermal printer! With Easy Label Print For Amazon you can quickly print all your item labels with your thermal printer (Zebra and Dymo). 

 -Go to your seller central page. Inventory -> Manage FBA Inventory
 -Click the check box next to all the skus you would like to print labels for.
 -Click the Easy Label Print For Amazon extension icon
 -Enter how many labels you would like of each sku.
 -Press print! (Please make sure your margins are set to none and your printer 
  has the correct label size selected)                    

Grundläggande Information om Tillägg

Namn Easy Label Print for Amazon Easy Label Print for Amazon
ID dfolnmgmfdfnlimmfbkmndnlbbonbamg
Officiell webbadress https://chromewebstore.google.com/detail/easy-label-print-for-amaz/dfolnmgmfdfnlimmfbkmndnlbbonbamg
Beskrivning Print amazon shipping labels right to your label printer.
Filstorlek 182 KB
Antal Installationer 589
Aktuell Version 1.0.1
Senast Uppdaterad 2018-01-25
Publiceringsdatum 2018-01-25
Betyg 2.00/5 Totalt 4 Betyg
Utvecklare FedDev
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sellercentral.amazon.com\/gp\/ssof\/knights\/*",
                "http:\/\/sellercentral.amazon.com\/gp\/ssof\/knights\/*"
            ],
            "js": [
                "jquery-3.2.1.js",
                "JsBarcode.js",
                "jQuery.print.min.js",
                "content.js"
            ],
            "css": [
                "css.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png"
    },
    "manifest_version": 2,
    "name": "Easy Label Print for Amazon",
    "version": "1.0.1",
    "description": "Print amazon shipping labels right to your label printer.",
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "background",
        "https:\/\/sellercentral.amazon.com\/gp\/ssof\/knights\/*",
        "http:\/\/sellercentral.amazon.com\/gp\/ssof\/knights\/*"
    ]
}