Quick Labels for Amazon
Amazon FBA Label Printer! Print Quick Labels...
什么是Quick Labels for Amazon?
Quick Labels for Amazon是由https://paratoner.io开发的Chrome扩展程序,该扩展的主要功能是“Amazon FBA Label Printer! Print Quick Labels...”。
扩展截图
下载Quick Labels for Amazon扩展crx文件
下载Quick Labels for Amazon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Print Amazon Labels quickly from your thermal printer. Display full product names on labels. (No more cutting names on labels) No more ink, toner cartridge cost. No more label editing, cropping softwares. No more wasting time on, printing and editing labels from laser or inkjet printers.
扩展基本信息
名称 | Quick Labels for Amazon |
ID | pmdcojgfdobplcdbiihcaedjklnfbfhm |
官方URL | https://chromewebstore.google.com/detail/quick-labels-for-amazon/pmdcojgfdobplcdbiihcaedjklnfbfhm |
简介 | Amazon FBA Label Printer! Print Quick Labels... |
文件大小 | 653 KB |
安装次数 | 46 |
当前版本 | 3.75 |
更新时间 | 2018-12-23 |
上架时间 | 2018-12-23 |
开发者 | https://paratoner.io |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Labels for Amazon", "version": "3.75", "description": "Amazon FBA Label Printer! Print Quick Labels...", "manifest_version": 2, "incognito": "split", "icons": { "128": "images\/icon.png" }, "web_accessible_resources": [ "scripts\/*", "images\/*" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "oauth2": { "client_id": "75074856425-1gr6fuvfmiubmii8nilj5l6gtrboa5h9.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] }, "permissions": [ "tabs", "activeTab", "identity", "storage", "unlimitedStorage", "downloads", "webRequest", "webNavigation", "contextMenus", "*:\/\/www.googleapis.com\/*", "*:\/\/sportulaca.com\/*", "*:\/\/sellercentral.amazon.com\/*" ] } |