Tracking Panda

Track your packages realtime and automatically notified when the shipping status is changed

Tracking Pandaคืออะไร?

Tracking Panda เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://trackingpanda.com/browser-extension และคุณลักษณะหลักของมันคือ "Track your packages realtime and automatically notified when the shipping status is changed"

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

screenshot
screenshot
screenshot

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

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

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

                        Tracking Panda is a Chrome Extension which can be used to get tracking status of shipping items.

It is useful extension if you need any parcel tracking. You can simply enter your tracking number and get latest status of your shipment.

Currently it is supported USPS tracking, UPS tracking, FedEx tracking,  DHL Express tracking, Lasership tracking, OnTrac tracking, Canada Post tracking, Mondial Relay tracking.                    

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

ชื่อ Tracking Panda Tracking Panda
ID dnbcjlcejhcnfbbleipnmgodklepaaeb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tracking-panda/dnbcjlcejhcnfbbleipnmgodklepaaeb
คำอธิบาย Track your packages realtime and automatically notified when the shipping status is changed
ขนาดไฟล์ 1.57 MB
จำนวนการติดตั้ง 90
เวอร์ชันปัจจุบัน 1.2.4
อัปเดตครั้งล่าสุด 2017-11-30
วันที่เผยแพร่ 2017-11-30
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://trackingpanda.com/browser-extension
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://trackingpanda.com/chrome-extension/
URL หน้านโยบายความเป็นส่วนตัว https://extensionmatrix.com/pdftojpg
ภาษาที่รองรับ en
manifest.json
{
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Tracking Panda"
    },
    "background": {
        "scripts": [
            "js\/Background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionmatrix.com\/*"
            ],
            "js": [
                "js\/ContentScripts\/injectDivExtensionId.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/trackingpanda.com\/browser-extension\/*"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "html\/index.html"
    },
    "description": "Track your packages realtime and automatically notified when the shipping status is changed",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/extensionmatrix.com\/ https:\/\/extensionmatrix.com:3000\/ https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; object-src 'self' https:\/\/extensionmatrix.com\/ https:\/\/extensionmatrix.com:3000\/",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Tracking Panda",
    "short_name": "Tracking Panda",
    "options_page": "html\/options.html",
    "permissions": [
        "management",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.4",
    "web_accessible_resources": []
}