Easy Label Print for Amazon
Print amazon shipping labels right to your label printer.
Easy Label Print for Amazon là gì?
Easy Label Print for Amazon là một tiện ích mở rộng Chrome được phát triển bởi FedDev, và tính năng chính của nó là "Print amazon shipping labels right to your label printer.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Easy Label Print for Amazon
Tải xuống các tệp mở rộng Easy Label Print for Amazon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Easy Label Print for Amazon |
ID | dfolnmgmfdfnlimmfbkmndnlbbonbamg |
URL Chính Thức | https://chromewebstore.google.com/detail/easy-label-print-for-amaz/dfolnmgmfdfnlimmfbkmndnlbbonbamg |
Mô tả | Print amazon shipping labels right to your label printer. |
Kích Thước Tệp | 182 KB |
Số Lần Cài Đặt | 589 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2018-01-25 |
Ngày Phát Hành | 2018-01-25 |
Đánh Giá | 2.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | FedDev |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |