Track this!

An extention to easily track your packages!

Track this! là gì?

Track this! là một tiện ích mở rộng Chrome được phát triển bởi Rakesh Das, và tính năng chính của nó là "An extention to easily track your packages!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Track this!

Tải xuống các tệp mở rộng Track this! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Track this! Track this!
ID jigkbfpiflmklapapepfgefgdangijbo
URL Chính Thức https://chromewebstore.google.com/detail/track-this/jigkbfpiflmklapapepfgefgdangijbo
Mô tả An extention to easily track your packages!
Kích Thước Tệp 60.01 KB
Số Lần Cài Đặt 714
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2015-10-15
Ngày Phát Hành 2015-10-15
Đánh Giá 3.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Rakesh Das
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}