USPS Shipping Accuracy Fixer

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

Was ist USPS Shipping Accuracy Fixer?

USPS Shipping Accuracy Fixer ist eine Chrome-Erweiterung, die von h3smith entwickelt wurde, und ihr Hauptmerkmal ist "Updates the USPS package tracking system to more accurately reflect estimated shipping date.".

USPS Shipping Accuracy Fixer-Erweiterungs-CRX-Datei herunterladen

Laden Sie USPS Shipping Accuracy Fixer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name USPS Shipping Accuracy Fixer USPS Shipping Accuracy Fixer
ID jpjjhelcomomabpoiohcdjmllhflccci
Offizielle URL https://chrome.google.com/webstore/detail/usps-shipping-accuracy-fi/jpjjhelcomomabpoiohcdjmllhflccci
Beschreibung Updates the USPS package tracking system to more accurately reflect estimated shipping date.
Dateigröße 3.5 KB
Installationsanzahl 306
Aktuelle Version 1.2
Letztes Update 2015-09-23
Veröffentlichungsdatum 2015-09-23
Bewertung 4.00/5 Insgesamt 5 Bewertungen
Entwickler h3smith
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}