Where is my package? - Package tracker

Package tracker is a free and useful browser extension for tracking your packages from any website

Where is my package? - Package tracker là gì?

Where is my package? - Package tracker là một tiện ích mở rộng Chrome được phát triển bởi FreeVideo, và tính năng chính của nó là "Package tracker is a free and useful browser extension for tracking your packages from any website".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Where is my package? - Package tracker

Tải xuống các tệp mở rộng Where is my package? - Package tracker 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

                        Package Tracker has a simple interface, open the popup by clicking on the extension icon and copy the track number of the package. Press the search button - the history of the movement of the parcel will open.

The extension identifies the courier of your parcel and searches for a postal item on the sites of courier services and on the sites of aggregators. You do not need to know the addresses of the sites, the extension knows which sites to look for information about your shipment.

The parcel tracker will find the most complete information about your parcel from several sources, track the full path of all stopping points. Also Package Tracker can find the current position of trackless parcels.                    

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

Tên Where is my package? - Package tracker Where is my package? - Package tracker
ID djeaekmabafcihkbbnagalljbbganijo
URL Chính Thức https://chromewebstore.google.com/detail/where-is-my-package-packa/djeaekmabafcihkbbnagalljbbganijo
Mô tả Package tracker is a free and useful browser extension for tracking your packages from any website
Kích Thước Tệp 859 KB
Số Lần Cài Đặt 5,712
Phiên Bản Hiện Tại 0.0.47
Cập Nhật Lần Cuối 2023-07-20
Ngày Phát Hành 2020-02-07
Đánh Giá 3.50/5 Tổng số 18 Đánh Giá
Nhà Phát Triển FreeVideo
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1LHjknm6Coau2Grdze-rQSpBHsuCoUyMHFbbKSUN8Eac
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es,it,pl,pt-PT,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_SHORT_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "default_locale": "en",
    "version": "0.0.47",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "action": {
        "default_title": "Parcel",
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    }
}