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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}