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