Royal Mail Tracker

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

Cos'è Royal Mail Tracker?

Royal Mail Tracker è un'estensione di Chrome sviluppata da Adriano Chambel, e la sua funzione principale è "Welcome to Royal Mail Tracker, an extension for checking status of mail items.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Royal Mail Tracker

Scarica i file di estensione Royal Mail Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Royal Mail Tracker Royal Mail Tracker
ID alaemmanddnlocbmbceabpdbajjildpe
URL Ufficiale https://chrome.google.com/webstore/detail/royal-mail-tracker/alaemmanddnlocbmbceabpdbajjildpe
Descrizione Welcome to Royal Mail Tracker, an extension for checking status of mail items.
Dimensione del File 525 KB
Conteggio Installazioni 102
Versione Corrente 0.1
Ultimo Aggiornamento 2017-06-05
Data di Pubblicazione 2017-06-05
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Adriano Chambel
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}