Quick Labels for Amazon
Amazon FBA Label Printer! Print Quick Labels...
What is Quick Labels for Amazon?
Quick Labels for Amazon is a Chrome extension developed by https://paratoner.io, and its main feature is "Amazon FBA Label Printer! Print Quick Labels...".
Extension Screenshots
Download Quick Labels for Amazon Extension CRX File
Download Quick Labels for Amazon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Quick Labels for Amazon |
ID | pmdcojgfdobplcdbiihcaedjklnfbfhm |
Official URL | https://chromewebstore.google.com/detail/quick-labels-for-amazon/pmdcojgfdobplcdbiihcaedjklnfbfhm |
Description | Amazon FBA Label Printer! Print Quick Labels... |
File Size | 653 KB |
Installation Count | 46 |
Current Version | 3.75 |
Last Updated | 2018-12-23 |
Publish Date | 2018-12-23 |
Developer | https://paratoner.io |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |