HayPost Tracker

Automatically track your packages and notify about delivery status.

HayPost Trackerとは何ですか?

HayPost TrackerはPhantomによって開発されたChromeの拡張機能で、その主な機能は「Automatically track your packages and notify about delivery status.」です。

拡張機能のスクリーンショット

screenshot

HayPost Tracker拡張機能のCRXファイルをダウンロード

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\/*"
    ]
}