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 |
Eメール | [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\/*" ] } |