USPS Shipping Accuracy Fixer

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

Apa itu USPS Shipping Accuracy Fixer?

USPS Shipping Accuracy Fixer adalah ekstensi Chrome yang dikembangkan oleh h3smith, dan fitur utamanya adalah "Updates the USPS package tracking system to more accurately reflect estimated shipping date.".

Unduh Berkas CRX Ekstensi USPS Shipping Accuracy Fixer

Unduh file ekstensi USPS Shipping Accuracy Fixer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama USPS Shipping Accuracy Fixer USPS Shipping Accuracy Fixer
ID jpjjhelcomomabpoiohcdjmllhflccci
URL Resmi https://chrome.google.com/webstore/detail/usps-shipping-accuracy-fi/jpjjhelcomomabpoiohcdjmllhflccci
Deskripsi Updates the USPS package tracking system to more accurately reflect estimated shipping date.
Ukuran File 3.5 KB
Jumlah Instalasi 306
Versi Saat Ini 1.2
Terakhir Diperbarui 2015-09-23
Tanggal Publikasi 2015-09-23
Penilaian 4.00/5 Total 5 Penilaian
Pengembang h3smith
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}