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
公式URL 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
Eメール [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"
    }
}