Package tracker

Package tracker searches for your parcel by tracking number from couriers such as usps, fedex, ups etc

Package trackerคืออะไร?

Package tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย grunbaster และคุณลักษณะหลักของมันคือ "Package tracker searches for your parcel by tracking number from couriers such as usps, fedex, ups etc"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Package tracker

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}