USPS Shipping Accuracy Fixer

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

Co to jest USPS Shipping Accuracy Fixer?

USPS Shipping Accuracy Fixer to rozszerzenie Chrome opracowane przez h3smith, a jego główną funkcją jest „Updates the USPS package tracking system to more accurately reflect estimated shipping date.”.

Pobierz plik CRX rozszerzenia USPS Shipping Accuracy Fixer

Pobierz pliki rozszerzeń USPS Shipping Accuracy Fixer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa USPS Shipping Accuracy Fixer USPS Shipping Accuracy Fixer
ID jpjjhelcomomabpoiohcdjmllhflccci
Oficjalny URL https://chrome.google.com/webstore/detail/usps-shipping-accuracy-fi/jpjjhelcomomabpoiohcdjmllhflccci
Opis Updates the USPS package tracking system to more accurately reflect estimated shipping date.
Rozmiar pliku 3.5 KB
Liczba instalacji 306
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2015-09-23
Data Publikacji 2015-09-23
Ocena 4.00/5 Łącznie 5 Oceny
Deweloper h3smith
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}