Easy Label Print for Amazon
Print amazon shipping labels right to your label printer.
Easy Label Print for Amazon क्या है?
Easy Label Print for Amazon FedDev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Print amazon shipping labels right to your label printer."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Easy Label Print for Amazon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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)
एक्सटेंशन की मूल जानकारी
नाम | Easy Label Print for Amazon |
ID | dfolnmgmfdfnlimmfbkmndnlbbonbamg |
आधिकारिक URL | https://chromewebstore.google.com/detail/easy-label-print-for-amaz/dfolnmgmfdfnlimmfbkmndnlbbonbamg |
विवरण | Print amazon shipping labels right to your label printer. |
फ़ाइल का आकार | 182 KB |
स्थापना संख्या | 589 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2018-01-25 |
प्रकाशन तिथि | 2018-01-25 |
रेटिंग | 2.00/5 कुल 4 रेटिंग्स |
डेवलपर | FedDev |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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\/*" ] } |