Package tracker

Package tracker searches for your parcel by tracking number from couriers such as usps, fedex, ups etc

什麼是Package tracker?

Package tracker是由grunbaster開發的Chrome擴展程式,該擴展的主要功能是“Package tracker searches for your parcel by tracking number from couriers such as usps, fedex, ups etc”。

擴展截圖

screenshot
screenshot

下載Package tracker擴展crx文件

下載Package tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Package Tracker will find your lost package. To find the location of your package, click on the extension icon in your browser in the input field, enter the track number and click. A page with the latest information on your parcel will open. The application also stores the history of the last five track numbers.

Install Package Tracker and you can forget about a large number of sites and services for tracking parcels. To date, about 1,000 courier services are working around the world and a lot of online stores. Parcel tracker can track 95% of tracks from all known courier services.

If you cannot check your parcel, cannot find your courier, or for some other reason you cannot track your parcel, contact us by email, we will add your courier to our extension.                    

擴展基本資訊

名稱 Package tracker Package tracker
ID kgnaofehifddkgdohbhobadbdpegjmeb
官方網址 https://chrome.google.com/webstore/detail/package-tracker/kgnaofehifddkgdohbhobadbdpegjmeb
簡介 Package tracker searches for your parcel by tracking number from couriers such as usps, fedex, ups etc
檔案大小 846 KB
安裝次數 1,837
目前版本 0.0.8
更新時間 2021-11-03
上架時間 2019-10-03
評分 3.86/5 共 7 次評分
開發者 grunbaster
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://policy-extension.site/policy_package_tracker.html
支援的語言 en,fr,es,pt-PT,ru,hi,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_SHORT_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "default_locale": "en",
    "version": "0.0.8",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_title": "Package tracker",
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    }
}