HayPost Tracker

Automatically track your packages and notify about delivery status.

Qu'est-ce que HayPost Tracker ?

HayPost Tracker est une extension Chrome développée par Phantom, et sa fonction principale est "Automatically track your packages and notify about delivery status.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension HayPost Tracker

Téléchargez les fichiers d'extension HayPost Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom HayPost Tracker HayPost Tracker
ID llkfihalgbppfmibibdfhhjdpfdkjogb
URL Officiel https://chrome.google.com/webstore/detail/haypost-tracker/llkfihalgbppfmibibdfhhjdpfdkjogb
Description Automatically track your packages and notify about delivery status.
Taille du Fichier 432 KB
Nombre d'Installations 35
Version Actuelle 1.5.3
Dernière Mise à Jour 2016-02-26
Date de Publication 2016-02-26
Évaluation 3.80/5 Total 10 Évaluations
Développeur Phantom
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}