Track this!

An extention to easily track your packages!

What is Track this!?

Track this! is a Chrome extension developed by Rakesh Das, and its main feature is "An extention to easily track your packages!".

Extension Screenshots

screenshot

Download Track this! Extension CRX File

Download Track this! 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

                        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.                    

Extension Basic Information

Name Track this! Track this!
ID jigkbfpiflmklapapepfgefgdangijbo
Official URL https://chromewebstore.google.com/detail/track-this/jigkbfpiflmklapapepfgefgdangijbo
Description An extention to easily track your packages!
File Size 60.01 KB
Installation Count 714
Current Version 1.1.0
Last Updated 2015-10-15
Publish Date 2015-10-15
Rating 3.67/5 Total 6 Ratings
Developer Rakesh Das
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}