HayPost Tracker

Automatically track your packages and notify about delivery status.

Что такое HayPost Tracker?

HayPost Tracker - это расширение Chrome, разработанное Phantom, и его основная функция - "Automatically track your packages and notify about delivery status.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения HayPost Tracker

Скачайте файлы расширений HayPost Tracker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название HayPost Tracker HayPost Tracker
ID llkfihalgbppfmibibdfhhjdpfdkjogb
Официальный URL https://chrome.google.com/webstore/detail/haypost-tracker/llkfihalgbppfmibibdfhhjdpfdkjogb
Описание Automatically track your packages and notify about delivery status.
Размер файла 432 KB
Количество установок 35
Текущая Версия 1.5.3
Последнее Обновление 2016-02-26
Дата публикации 2016-02-26
Рейтинг 3.80/5 Всего 10 оценок
Разработчик Phantom
Тип оплаты free
Поддерживаемые языки 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\/*"
    ]
}