Royal Mail Tracker

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

What is Royal Mail Tracker?

Royal Mail Tracker is a Chrome extension developed by Adriano Chambel, and its main feature is "Welcome to Royal Mail Tracker, an extension for checking status of mail items.".

Extension Screenshots

screenshot
screenshot

Download Royal Mail Tracker Extension CRX File

Download Royal Mail Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Royal Mail Tracker Royal Mail Tracker
ID alaemmanddnlocbmbceabpdbajjildpe
Official URL https://chrome.google.com/webstore/detail/royal-mail-tracker/alaemmanddnlocbmbceabpdbajjildpe
Description Welcome to Royal Mail Tracker, an extension for checking status of mail items.
File Size 525 KB
Installation Count 102
Current Version 0.1
Last Updated 2017-06-05
Publish Date 2017-06-05
Rating 5.00/5 Total 1 Ratings
Developer Adriano Chambel
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}