17Track Search

A simple context menu that adds a 17Track Search function for selected text/tracking numbers

17Track Searchคืออะไร?

17Track Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Retherichus และคุณลักษณะหลักของมันคือ "A simple context menu that adds a 17Track Search function for selected text/tracking numbers"

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

screenshot
screenshot

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

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

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

                        If you're an active Aliexpress user that likes to check with the tracking updates all the time, then this might be just the thing for you!

This will make it a little bit easier to look up your parcels, simply just select the tracking number by marking it, then right click it!.. and finally you should have the option to search it up directly on 17Track.  (opens up in a new tab!)


//End note, this was mostly just made for personal use, but others might find this useful too, so.. enjoy!                    

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

ชื่อ 17Track Search 17Track Search
ID ckfgionbnoegdmpphlnpaeklopolmgmi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/17track-search/ckfgionbnoegdmpphlnpaeklopolmgmi
คำอธิบาย A simple context menu that adds a 17Track Search function for selected text/tracking numbers
ขนาดไฟล์ 4.13 KB
จำนวนการติดตั้ง 1,570
เวอร์ชันปัจจุบัน 1.0.0.1
อัปเดตครั้งล่าสุด 2016-03-16
วันที่เผยแพร่ 2016-03-15
คะแนน 3.88/5 รวมทั้งหมด 26 คะแนน
ผู้พัฒนา Retherichus
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "17Track Search",
    "description": "A simple context menu that adds a 17Track Search function for selected text\/tracking numbers",
    "version": "1.0.0.1",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "menu.js"
        ]
    },
    "icons": {
        "16": "icon.png"
    }
}