Post Track

Post Track - Universal Parcel Tracking Extension

Post Trackคืออะไร?

Post Track เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://posttrack.com และคุณลักษณะหลักของมันคือ "Post Track - Universal Parcel Tracking Extension"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Post Track ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Post Track is a Chrome browser extension that helps users track packages from various online stores. To track the package, you only need to know the tracking number. You have the opportunity to save all your purchases in one place.

Post Track extension includes the following functionality:

* A new tab with a search form for tracking packages on Post Track site (40 active tracking numbers are available);

* Quick access to your packages in the pop up panel (Functionality is available for registered users) with the form search for new packages by tracking number;

* Search for tracking numbers for your purchases on online shopping sites (supported: Aliexpress)

* A list of the latest bestsellers from various online stores (Aliexpress, Wish, GearBest, eBay, ASOS, etc.);


With our extension, you can track more than 250 international and postal operators. We support such popular postal services as: China Post, United States Postal Service (USPS), Canada Post and others.

A complete list of supported carrier services can be found at: https://posttrack.com/en/carriers

Terms of Use:
https://posttrack.com/en/pages/terms

Privacy policy:
https://posttrack.com/en/pages/privacy

Extension Management
https://support.google.com/chrome_webstore/answer/2664769?hl=en                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Post Track Post Track
ID ogheccbolnnghhdeehfngknpdibkclde
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/post-track/ogheccbolnnghhdeehfngknpdibkclde
คำอธิบาย Post Track - Universal Parcel Tracking Extension
ขนาดไฟล์ 74.79 KB
จำนวนการติดตั้ง 249
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2020-12-18
วันที่เผยแพร่ 2020-03-06
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://posttrack.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://posttrack.com/en
URL หน้าช่วยเหลือ https://posttrack.com/en/pages/contact-us
URL หน้านโยบายความเป็นส่วนตัว https://posttrack.com/en/pages/privacy
ภาษาที่รองรับ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 2,
    "version": "1.0.4",
    "homepage_url": "https:\/\/posttrack.com\/en?utm_campaign=posttrack_extension&utm_source=extension&utm_medium=about",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "css\/injection.css"
            ],
            "js": [
                "js\/injection.js"
            ]
        }
    ],
    "permissions": [],
    "browser_action": {
        "default_icon": {
            "16": "icons\/16x16.png",
            "32": "icons\/32x32.png",
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        },
        "default_title": "Post Track - Universal Parcel Tracking System",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "icons\/*",
        "js\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-XVrX+tDHWh+zHR9vr3L4hLXLMIyQZmt9G7mmXdFiJPQ='; object-src 'none'"
}