USPS Shipping Accuracy Fixer

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

Wat is USPS Shipping Accuracy Fixer?

USPS Shipping Accuracy Fixer is een Chrome-extensie ontwikkeld door h3smith, en de belangrijkste functie is "Updates the USPS package tracking system to more accurately reflect estimated shipping date.".

Download het CRX-bestand van de extensie USPS Shipping Accuracy Fixer

Download USPS Shipping Accuracy Fixer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam USPS Shipping Accuracy Fixer USPS Shipping Accuracy Fixer
ID jpjjhelcomomabpoiohcdjmllhflccci
Officiële URL https://chrome.google.com/webstore/detail/usps-shipping-accuracy-fi/jpjjhelcomomabpoiohcdjmllhflccci
Beschrijving Updates the USPS package tracking system to more accurately reflect estimated shipping date.
Bestandsgrootte 3.5 KB
Aantal Installaties 306
Huidige Versie 1.2
Laatst Bijgewerkt 2015-09-23
Publicatiedatum 2015-09-23
Beoordeling 4.00/5 Totaal 5 Beoordelingen
Ontwikkelaar h3smith
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}