Track this!

An extention to easily track your packages!

Wat is Track this!?

Track this! is een Chrome-extensie ontwikkeld door Rakesh Das, en de belangrijkste functie is "An extention to easily track your packages!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Track this!

Download Track this!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Track this! Track this!
ID jigkbfpiflmklapapepfgefgdangijbo
Officiële URL https://chromewebstore.google.com/detail/track-this/jigkbfpiflmklapapepfgefgdangijbo
Beschrijving An extention to easily track your packages!
Bestandsgrootte 60.01 KB
Aantal Installaties 714
Huidige Versie 1.1.0
Laatst Bijgewerkt 2015-10-15
Publicatiedatum 2015-10-15
Beoordeling 3.67/5 Totaal 6 Beoordelingen
Ontwikkelaar Rakesh Das
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}