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?

Where is my package? - Package tracker是由FreeVideo开发的Chrome扩展程序,该扩展的主要功能是“Package tracker is a free and useful browser extension for tracking your packages from any website”。

扩展截图

screenshot
screenshot
screenshot

下载Where is my package? - Package tracker扩展crx文件

下载Where is my package? - Package tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Where is my package? - Package tracker Where is my package? - Package tracker
ID djeaekmabafcihkbbnagalljbbganijo
官方URL https://chromewebstore.google.com/detail/where-is-my-package-packa/djeaekmabafcihkbbnagalljbbganijo
简介 Package tracker is a free and useful browser extension for tracking your packages from any website
文件大小 859 KB
安装次数 5,712
当前版本 0.0.47
更新时间 2023-07-20
上架时间 2020-02-07
评分 3.50/5 共18次评分
开发者 FreeVideo
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://docs.google.com/document/d/1LHjknm6Coau2Grdze-rQSpBHsuCoUyMHFbbKSUN8Eac
支持的语言 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"
    }
}