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开发的Chrome扩展程序,该扩展的主要功能是“Print amazon shipping labels right to your label printer.”。
扩展截图
下载Easy Label Print for Amazon扩展crx文件
下载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\/*" ] } |