Track this!

An extention to easily track your packages!

Qu'est-ce que Track this! ?

Track this! est une extension Chrome développée par Rakesh Das, et sa fonction principale est "An extention to easily track your packages!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Track this!

Téléchargez les fichiers d'extension Track this! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Track this! Track this!
ID jigkbfpiflmklapapepfgefgdangijbo
URL Officiel https://chromewebstore.google.com/detail/track-this/jigkbfpiflmklapapepfgefgdangijbo
Description An extention to easily track your packages!
Taille du Fichier 60.01 KB
Nombre d'Installations 714
Version Actuelle 1.1.0
Dernière Mise à Jour 2015-10-15
Date de Publication 2015-10-15
Évaluation 3.67/5 Total 6 Évaluations
Développeur Rakesh Das
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}