USPS Shipping Accuracy Fixer

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

Vad är USPS Shipping Accuracy Fixer?

USPS Shipping Accuracy Fixer är en Chrome-tillägg utvecklad av h3smith, och dess huvudfunktion är "Updates the USPS package tracking system to more accurately reflect estimated shipping date.".

Ladda ner USPS Shipping Accuracy Fixer-förlängningens CRX-fil

Ladda ner USPS Shipping Accuracy Fixer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn USPS Shipping Accuracy Fixer USPS Shipping Accuracy Fixer
ID jpjjhelcomomabpoiohcdjmllhflccci
Officiell webbadress https://chrome.google.com/webstore/detail/usps-shipping-accuracy-fi/jpjjhelcomomabpoiohcdjmllhflccci
Beskrivning Updates the USPS package tracking system to more accurately reflect estimated shipping date.
Filstorlek 3.5 KB
Antal Installationer 306
Aktuell Version 1.2
Senast Uppdaterad 2015-09-23
Publiceringsdatum 2015-09-23
Betyg 4.00/5 Totalt 5 Betyg
Utvecklare h3smith
Betalningssätt free
Stödda Språk 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"
        }
    ]
}