USPS Shipping Accuracy Fixer

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

Hvad er USPS Shipping Accuracy Fixer?

USPS Shipping Accuracy Fixer er en Chrome-udvidelse udviklet af h3smith, og dens hovedfunktion er "Updates the USPS package tracking system to more accurately reflect estimated shipping date.".

Download USPS Shipping Accuracy Fixer-udvidelses-CRX-fil

Download USPS Shipping Accuracy Fixer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn USPS Shipping Accuracy Fixer USPS Shipping Accuracy Fixer
ID jpjjhelcomomabpoiohcdjmllhflccci
Officiel URL https://chrome.google.com/webstore/detail/usps-shipping-accuracy-fi/jpjjhelcomomabpoiohcdjmllhflccci
Beskrivelse Updates the USPS package tracking system to more accurately reflect estimated shipping date.
Filstørrelse 3.5 KB
Antal Installationer 306
Nuværende Version 1.2
Senest Opdateret 2015-09-23
Udgivelsesdato 2015-09-23
Bedømmelse 4.00/5 Samlet 5 Bedømmelser
Udvikler h3smith
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}