Dropship Tracking and TBA Conversion
The Dropship Tracking Extension is for users wanting to convert their AMZL Tracking numbers to a different format that is…
Cos'è Dropship Tracking and TBA Conversion?
Dropship Tracking and TBA Conversion è un'estensione di Chrome sviluppata da Scepter Tools, e la sua funzione principale è "The Dropship Tracking Extension is for users wanting to convert their AMZL Tracking numbers to a different format that is…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dropship Tracking and TBA Conversion
Scarica i file di estensione Dropship Tracking and TBA Conversion 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
The Dropship Tracking Extension is for users wanting to convert their AMZL Tracking numbers to a different format that is acceptable by marketplaces. You can run the conversion for single tracking numbers or for all TBA numbers. It drastically speeds up the conversion and submission process.
Informazioni di Base sull'Estensione
Nome | Dropship Tracking and TBA Conversion |
ID | pchopfmnphphkbgfmmhebiggkopncpld |
URL Ufficiale | https://chromewebstore.google.com/detail/dropship-tracking-and-tba/pchopfmnphphkbgfmmhebiggkopncpld |
Descrizione | The Dropship Tracking Extension is for users wanting to convert their AMZL Tracking numbers to a different format that is… |
Dimensione del File | 292 KB |
Conteggio Installazioni | 281 |
Versione Corrente | 3.3 |
Ultimo Aggiornamento | 2021-06-08 |
Data di Pubblicazione | 2020-12-08 |
Valutazione | 2.33/5 Totale 3 Valutazioni |
Sviluppatore | Scepter Tools |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://sceptermarketing.com/privacy-policy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dropship Tracking and TBA Conversion", "version": "3.3", "description": "", "manifest_version": 2, "incognito": "split", "icons": { "128": "icons\/128.png" }, "browser_action": { "default_icon": "icons\/128.png", "default_popup": "popup\/popup.html" }, "background": { "persistent": true, "page": "background\/background.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/gp\/your-account\/order-history*", "https:\/\/www.amazon.com\/progress-tracker\/package\/*" ], "js": [ "scripts\/trigger.js" ] }, { "matches": [ "https:\/\/www.amazon.it\/gp\/your-account\/order-history*", "https:\/\/www.amazon.it\/progress-tracker\/package\/*" ], "js": [ "scripts\/trigger.js" ] }, { "matches": [ "https:\/\/www.amazon.ca\/gp\/your-account\/order-history*", "https:\/\/www.amazon.ca\/progress-tracker\/package\/*" ], "js": [ "scripts\/trigger.js" ] } ], "permissions": [ "notifications", "identity", "identity.email", "http:\/\/3.86.137.112\/*", "https:\/\/connectorange.io\/*", "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.bluecare.express\/api\/AddInfo", "webRequestBlocking", "webRequest" ] } |