USPS Shipping Accuracy Fixer

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

Co je USPS Shipping Accuracy Fixer?

USPS Shipping Accuracy Fixer je rozšíření Chrome vyvinuté h3smith, a jeho hlavní funkcí je „Updates the USPS package tracking system to more accurately reflect estimated shipping date.“.

Stáhnout soubor CRX rozšíření USPS Shipping Accuracy Fixer

Stáhněte si soubory rozšíření USPS Shipping Accuracy Fixer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název USPS Shipping Accuracy Fixer USPS Shipping Accuracy Fixer
ID jpjjhelcomomabpoiohcdjmllhflccci
Oficiální URL https://chrome.google.com/webstore/detail/usps-shipping-accuracy-fi/jpjjhelcomomabpoiohcdjmllhflccci
Popis Updates the USPS package tracking system to more accurately reflect estimated shipping date.
Velikost souboru 3.5 KB
Počet instalací 306
Aktuální Verze 1.2
Poslední Aktualizace 2015-09-23
Datum Vydání 2015-09-23
Hodnocení 4.00/5 Celkem 5 Hodnocení
Vývojář h3smith
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}