Track this!

An extention to easily track your packages!

什么是Track this!?

Track this!是由Rakesh Das开发的Chrome扩展程序,该扩展的主要功能是“An extention to easily track your packages!”。

扩展截图

screenshot

下载Track this!扩展crx文件

下载Track this!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Track this! Track this!
ID jigkbfpiflmklapapepfgefgdangijbo
官方URL https://chromewebstore.google.com/detail/track-this/jigkbfpiflmklapapepfgefgdangijbo
简介 An extention to easily track your packages!
文件大小 60.01 KB
安装次数 714
当前版本 1.1.0
更新时间 2015-10-15
上架时间 2015-10-15
评分 3.67/5 共6次评分
开发者 Rakesh Das
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}