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

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

확장 프로그램 사용 설명서

                        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"
    }
}