Royal Mail Tracker

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

Royal Mail Tracker क्या है?

Royal Mail Tracker Adriano Chambel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Welcome to Royal Mail Tracker, an extension for checking status of mail items."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Royal Mail Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}