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

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

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}