USPS Shipping Accuracy Fixer

Updates the USPS package tracking system to more accurately reflect estimated shipping date.

Qu'est-ce que USPS Shipping Accuracy Fixer ?

USPS Shipping Accuracy Fixer est une extension Chrome développée par h3smith, et sa fonction principale est "Updates the USPS package tracking system to more accurately reflect estimated shipping date.".

Télécharger le fichier CRX de l'extension USPS Shipping Accuracy Fixer

Téléchargez les fichiers d'extension USPS Shipping Accuracy Fixer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        When you view USPS tracking, this helps give you a better estimated delivery time!                    

Informations de Base sur l'Extension

Nom USPS Shipping Accuracy Fixer USPS Shipping Accuracy Fixer
ID jpjjhelcomomabpoiohcdjmllhflccci
URL Officiel https://chrome.google.com/webstore/detail/usps-shipping-accuracy-fi/jpjjhelcomomabpoiohcdjmllhflccci
Description Updates the USPS package tracking system to more accurately reflect estimated shipping date.
Taille du Fichier 3.5 KB
Nombre d'Installations 306
Version Actuelle 1.2
Dernière Mise à Jour 2015-09-23
Date de Publication 2015-09-23
Évaluation 4.00/5 Total 5 Évaluations
Développeur h3smith
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}