Track this!

An extention to easily track your packages!

Cos'è Track this!?

Track this! è un'estensione di Chrome sviluppata da Rakesh Das, e la sua funzione principale è "An extention to easily track your packages!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Track this!

Scarica i file di estensione Track this! 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

                        This adds an option in your context menu so that when you select a tracking number for a package for any carrier (UPS, USPS, DHL, etc.) you can easily track it using AfterShip.

Now uses AfterShip instead of Boxoh for more reliable and better tracking of packages from almost all shipping carriers.

If you enjoy this extension, please consider leaving a rating and a review.                    

Informazioni di Base sull'Estensione

Nome Track this! Track this!
ID jigkbfpiflmklapapepfgefgdangijbo
URL Ufficiale https://chromewebstore.google.com/detail/track-this/jigkbfpiflmklapapepfgefgdangijbo
Descrizione An extention to easily track your packages!
Dimensione del File 60.01 KB
Conteggio Installazioni 714
Versione Corrente 1.1.0
Ultimo Aggiornamento 2015-10-15
Data di Pubblicazione 2015-10-15
Valutazione 3.67/5 Totale 6 Valutazioni
Sviluppatore Rakesh Das
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Track this!",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "An extention to easily track your packages!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ]
}