Delivery Tracker
Tracks UPS, FedEx and USPS packages
Cos'è Delivery Tracker?
Delivery Tracker è un'estensione di Chrome sviluppata da Fanousek, e la sua funzione principale è "Tracks UPS, FedEx and USPS packages".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Delivery Tracker
Scarica i file di estensione Delivery Tracker 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
Select USPS, UPS or FedEx tracking number within a web page, right-click to bring up a pop-up menu, click the "Track..." option and corresponding tracking information will open in a new browser tab. No tab opens if the tracking number cannot be associated with any of these carriers. Informazioni di Base sull'Estensione
| Nome | |
| ID | igagonkpidkgnebflamppafngdhdmlho |
| URL Ufficiale | https://chromewebstore.google.com/detail/delivery-tracker/igagonkpidkgnebflamppafngdhdmlho |
| Descrizione | Tracks UPS, FedEx and USPS packages |
| Dimensione del File | 15.95 KB |
| Conteggio Installazioni | 1,533 |
| Versione Corrente | 0.7 |
| Ultimo Aggiornamento | 2022-06-10 |
| Data di Pubblicazione | 2019-02-14 |
| Valutazione | 2.00/5 Totale 3 Valutazioni |
| Sviluppatore | Fanousek |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Delivery Tracker",
"description": "Tracks UPS, FedEx and USPS packages",
"version": "0.7",
"permissions": [
"contextMenus"
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_icon": "icons\/icon32.png"
},
"background": {
"scripts": [
"deliverytracker.js"
]
},
"manifest_version": 2
} | |