USPS Shipping Accuracy Fixer
Updates the USPS package tracking system to more accurately reflect estimated shipping date.
Cos'è USPS Shipping Accuracy Fixer?
USPS Shipping Accuracy Fixer è un'estensione di Chrome sviluppata da h3smith, e la sua funzione principale è "Updates the USPS package tracking system to more accurately reflect estimated shipping date.".
Scarica il file CRX dell'estensione USPS Shipping Accuracy Fixer
Scarica i file di estensione USPS Shipping Accuracy Fixer 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
When you view USPS tracking, this helps give you a better estimated delivery time!
Informazioni di Base sull'Estensione
Nome | |
ID | jpjjhelcomomabpoiohcdjmllhflccci |
URL Ufficiale | https://chrome.google.com/webstore/detail/usps-shipping-accuracy-fi/jpjjhelcomomabpoiohcdjmllhflccci |
Descrizione | Updates the USPS package tracking system to more accurately reflect estimated shipping date. |
Dimensione del File | 3.5 KB |
Conteggio Installazioni | 306 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2015-09-23 |
Data di Pubblicazione | 2015-09-23 |
Valutazione | 4.00/5 Totale 5 Valutazioni |
Sviluppatore | h3smith |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "USPS Shipping Accuracy Fixer", "version": "1.2", "description": "Updates the USPS package tracking system to more accurately reflect estimated shipping date.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |