Quick Labels for Amazon
Amazon FBA Label Printer! Print Quick Labels...
Cos'è Quick Labels for Amazon?
Quick Labels for Amazon è un'estensione di Chrome sviluppata da https://paratoner.io, e la sua funzione principale è "Amazon FBA Label Printer! Print Quick Labels...".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quick Labels for Amazon
Scarica i file di estensione Quick Labels for Amazon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Quick Labels for Amazon |
ID | pmdcojgfdobplcdbiihcaedjklnfbfhm |
URL Ufficiale | https://chromewebstore.google.com/detail/quick-labels-for-amazon/pmdcojgfdobplcdbiihcaedjklnfbfhm |
Descrizione | Amazon FBA Label Printer! Print Quick Labels... |
Dimensione del File | 653 KB |
Conteggio Installazioni | 46 |
Versione Corrente | 3.75 |
Ultimo Aggiornamento | 2018-12-23 |
Data di Pubblicazione | 2018-12-23 |
Sviluppatore | https://paratoner.io |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |