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是由h3smith開發的Chrome擴展程式,該擴展的主要功能是“Updates the USPS package tracking system to more accurately reflect estimated shipping date.”。

下載USPS Shipping Accuracy Fixer擴展crx文件

下載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
官方網址 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"
        }
    ]
}