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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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