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