Easy Label Print for Amazon
Print amazon shipping labels right to your label printer.
Τι είναι το Easy Label Print for Amazon;
Το Easy Label Print for Amazon είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον FedDev, και η κύρια λειτουργία του είναι "Print amazon shipping labels right to your label printer.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Easy Label Print for Amazon
Λήψη αρχείων επέκτασης Easy Label Print for Amazon σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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\/*" ] } |