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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}