GeTNum v3 by ExtensionsWorld
A tool for easy, fast and automatic search of tracking numbers from UPS.com. Most useful for dropshippers
Cos'è GeTNum v3 by ExtensionsWorld?
GeTNum v3 by ExtensionsWorld è un'estensione di Chrome sviluppata da https://extensionsworld.com, e la sua funzione principale è "A tool for easy, fast and automatic search of tracking numbers from UPS.com. Most useful for dropshippers".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GeTNum v3 by ExtensionsWorld
Scarica i file di estensione GeTNum v3 by ExtensionsWorld 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
A tool for easy, fast and automatic search of tracking numbers from UPS.com. Most useful for dropshippers
Informazioni di Base sull'Estensione
Nome | GeTNum v3 by ExtensionsWorld |
ID | oiekimnpgnlniggcjlopglijgmohcmne |
URL Ufficiale | https://chromewebstore.google.com/detail/getnum-v3-by-extensionswo/oiekimnpgnlniggcjlopglijgmohcmne |
Descrizione | A tool for easy, fast and automatic search of tracking numbers from UPS.com. Most useful for dropshippers |
Dimensione del File | 19.02 KB |
Conteggio Installazioni | 1,188 |
Versione Corrente | 3.3.4 |
Ultimo Aggiornamento | 2023-01-02 |
Data di Pubblicazione | 2021-09-07 |
Valutazione | 4.55/5 Totale 29 Valutazioni |
Sviluppatore | https://extensionsworld.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://extensionsworld.com/UPS |
URL della Pagina di Aiuto | https://extensionsworld.com/contact |
URL della Pagina della Politica sulla Privacy | https://extensionsworld.com/legal |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GeTNum v3 by ExtensionsWorld", "permissions": [ "storage" ], "version": "3.3.4", "background": { "service_worker": "background.js" }, "icons": { "128": "ups128.png", "64": "ups64.png", "32": "ups32.png", "16": "ups16.png" }, "action": { "default_icon": { "128": "ups128.png", "64": "ups64.png", "32": "ups32.png", "16": "ups16.png" }, "default_title": "GeTNum v3", "default_popup": "html\/index.html" } } |