USPS Shipping Accuracy Fixer

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

O que é USPS Shipping Accuracy Fixer?

USPS Shipping Accuracy Fixer é uma extensão do Chrome desenvolvida por h3smith, e sua principal característica é "Updates the USPS package tracking system to more accurately reflect estimated shipping date.".

Baixar o arquivo CRX da Extensão USPS Shipping Accuracy Fixer

Baixe arquivos de extensão USPS Shipping Accuracy Fixer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome USPS Shipping Accuracy Fixer USPS Shipping Accuracy Fixer
ID jpjjhelcomomabpoiohcdjmllhflccci
URL Oficial https://chrome.google.com/webstore/detail/usps-shipping-accuracy-fi/jpjjhelcomomabpoiohcdjmllhflccci
Descrição Updates the USPS package tracking system to more accurately reflect estimated shipping date.
Tamanho do Arquivo 3.5 KB
Contagem de Instalações 306
Versão Atual 1.2
Última Atualização 2015-09-23
Data de Publicação 2015-09-23
Classificação 4.00/5 Total de 5 Avaliações
Desenvolvedor h3smith
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}