HayPost Tracker

Automatically track your packages and notify about delivery status.

O que é HayPost Tracker?

HayPost Tracker é uma extensão do Chrome desenvolvida por Phantom, e sua principal característica é "Automatically track your packages and notify about delivery status.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão HayPost Tracker

Baixe arquivos de extensão HayPost Tracker 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

                        Allow you automatically track your postal packages from haypost and notify you if delivery status was changed.                    

Informações Básicas da Extensão

Nome HayPost Tracker HayPost Tracker
ID llkfihalgbppfmibibdfhhjdpfdkjogb
URL Oficial https://chrome.google.com/webstore/detail/haypost-tracker/llkfihalgbppfmibibdfhhjdpfdkjogb
Descrição Automatically track your packages and notify about delivery status.
Tamanho do Arquivo 432 KB
Contagem de Instalações 35
Versão Atual 1.5.3
Última Atualização 2016-02-26
Data de Publicação 2016-02-26
Classificação 3.80/5 Total de 10 Avaliações
Desenvolvedor Phantom
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HayPost Tracker",
    "description": "Automatically track your packages and notify about delivery status.",
    "version": "1.5.3",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "lib\/angular\/angular.js",
            "js\/bground\/bgapp.js",
            "js\/bground\/background.js",
            "js\/bground\/bootstrap.js"
        ],
        "persistent": true
    },
    "permissions": [
        "notifications",
        "background",
        "alarms",
        "storage",
        "https:\/\/www.haypost.am\/*",
        "http:\/\/www.haypost.am\/*"
    ]
}