Track this!

An extention to easily track your packages!

Track this!คืออะไร?

Track this! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rakesh Das และคุณลักษณะหลักของมันคือ "An extention to easily track your packages!"

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

screenshot

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

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

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

                        This adds an option in your context menu so that when you select a tracking number for a package for any carrier (UPS, USPS, DHL, etc.) you can easily track it using AfterShip.

Now uses AfterShip instead of Boxoh for more reliable and better tracking of packages from almost all shipping carriers.

If you enjoy this extension, please consider leaving a rating and a review.                    

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

ชื่อ Track this! Track this!
ID jigkbfpiflmklapapepfgefgdangijbo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/track-this/jigkbfpiflmklapapepfgefgdangijbo
คำอธิบาย An extention to easily track your packages!
ขนาดไฟล์ 60.01 KB
จำนวนการติดตั้ง 714
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2015-10-15
วันที่เผยแพร่ 2015-10-15
คะแนน 3.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Rakesh Das
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Track this!",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "An extention to easily track your packages!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ]
}