Royal Mail Tracker

Welcome to Royal Mail Tracker, an extension for checking status of mail items.

Royal Mail Trackerคืออะไร?

Royal Mail Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adriano Chambel และคุณลักษณะหลักของมันคือ "Welcome to Royal Mail Tracker, an extension for checking status of mail items."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Royal Mail Tracker

ดาวน์โหลดไฟล์ส่วนขยาย Royal Mail Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Are you tired checking for the status of your items on Royal Mail Web Site? So just add the reference number and receive web notifications them.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Royal Mail Tracker Royal Mail Tracker
ID alaemmanddnlocbmbceabpdbajjildpe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/royal-mail-tracker/alaemmanddnlocbmbceabpdbajjildpe
คำอธิบาย Welcome to Royal Mail Tracker, an extension for checking status of mail items.
ขนาดไฟล์ 525 KB
จำนวนการติดตั้ง 102
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2017-06-05
วันที่เผยแพร่ 2017-06-05
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Adriano Chambel
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Royal Mail Tracker",
    "description": "Welcome to Royal Mail Tracker, an extension for checking status of mail items.",
    "short_name": "Royal Mail Tracker",
    "version": "0.1",
    "author": "Adriano Chambel M. de Lima ",
    "homepage_url": "https:\/\/github.com\/achambel\/royal-mail-tracker",
    "minimum_chrome_version": "45",
    "permissions": [
        "notifications",
        "storage",
        "alarms",
        "https:\/\/www.royalmail.com\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/service.js",
            "js\/utils.js",
            "js\/vendor\/jquery.min.js"
        ]
    },
    "browser_action": {
        "default_title": "Royal Mail Tracker - check status of mail items",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    }
}