USPS Shipping Accuracy Fixer

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

ما هو USPS Shipping Accuracy Fixer؟

USPS Shipping Accuracy Fixer هو إضافة Chrome تم تطويرها بواسطة h3smith، والميزة الرئيسية لها هي "Updates the USPS package tracking system to more accurately reflect estimated shipping date.".

تحميل ملف CRX للإضافة USPS Shipping Accuracy Fixer

قم بتنزيل ملفات الامتداد USPS Shipping Accuracy Fixer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم USPS Shipping Accuracy Fixer USPS Shipping Accuracy Fixer
ID jpjjhelcomomabpoiohcdjmllhflccci
عنوان URL الرسمي https://chrome.google.com/webstore/detail/usps-shipping-accuracy-fi/jpjjhelcomomabpoiohcdjmllhflccci
الوصف Updates the USPS package tracking system to more accurately reflect estimated shipping date.
حجم الملف 3.5 KB
عدد التثبيتات 306
النسخة الحالية 1.2
آخر تحديث 2015-09-23
تاريخ النشر 2015-09-23
تقييم 4.00/5 مجموع تقييمات 5
المطور h3smith
نوع الدفع free
اللغات المدعومة 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"
        }
    ]
}