eTrack - Package Tracking

The One Click Package Tracker That Monitors All Your Orders In One Place.

什麼是eTrack - Package Tracking?

eTrack - Package Tracking是由eTrack開發的Chrome擴展程式,該擴展的主要功能是“The One Click Package Tracker That Monitors All Your Orders In One Place.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載eTrack - Package Tracking擴展crx文件

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

擴展使用說明

                        Whether you're shopping for everyday items or awaiting integral business shipments, our all-encompassing package tracking extension makes sure you never again have to ask the question…

“...where on Earth is my package?”

Our simple Package Tracking Chrome extension allows you to monitor the progress of all of your orders in one convenient dashboard. With more compatible carriers than any other platform, we give you the power to…

-	Monitor the progress of each and every order
-	Anticipate potential delays in your upcoming deliveries
-	Easily organize your ongoing shipments
-	Save yourself the time and frustration of jumping between countless third-party package tracking sites
-	Quickly add AliExpress orders to tracking from the order list
- 	Convenient tracking by tracking numbers through the context menu
-	Get notifications about the change in the status of the package.

If you can ship it, we can track it. That’s our promise!

The all-in-one package tracker embodies a rich & beautiful package tracking experience no matter what carrier you use.

You can track the packages from popular marketplaces: Amazon, eBay, AliExpress, and many others.

We support USPS, DHL, FedEx, UPS, and more than 700+ postal services.                    

擴展基本資訊

名稱 eTrack - Package Tracking eTrack - Package Tracking
ID eagjogpknkkfgelchdkhdmgiljjidndf
官方網址 https://chromewebstore.google.com/detail/etrack-package-tracking/eagjogpknkkfgelchdkhdmgiljjidndf
簡介 The One Click Package Tracker That Monitors All Your Orders In One Place.
檔案大小 7.16 MB
安裝次數 34,163
目前版本 0.0.8
更新時間 2022-05-09
上架時間 2021-09-03
評分 4.76/5 共 89 次評分
開發者 eTrack
電子郵箱 [email protected]
付費類型 free
擴展官網 https://etrack.ai/
說明頁面URL https://etrack.ai/contact/
隱私政策頁面URL https://etrack.ai/privacy-policy
支援的語言 en
manifest.json
{
    "name": "eTrack - Package Tracking",
    "description": "The One Click Package Tracker That Monitors All Your Orders In One Place.",
    "author": "eTrack.ai",
    "version": "0.0.8",
    "manifest_version": 2,
    "icons": {
        "128": "logo128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "notifications",
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "hot-reload.js",
            ".\/static\/js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "logo128.png"
    },
    "options_page": "index.html",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "https:\/\/etrack.ai\/",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "fonts\/*",
        "css\/*",
        "static\/*",
        "images\/*",
        "icons\/*",
        "*.css"
    ]
}