Context Menu Shipment Track

This extension was designed to make life a bit easier. It allows fast tracking for DHL shipments (at the moment). Open DHL…

Context Menu Shipment Trackคืออะไร?

Context Menu Shipment Track เป็นส่วนขยายของ Chrome ที่พัฒนาโดย levo54 และคุณลักษณะหลักของมันคือ "This extension was designed to make life a bit easier. It allows fast tracking for DHL shipments (at the moment). Open DHL…"

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

screenshot

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

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

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

                        This extension was designed to make life a bit easier.
It allows fast tracking for DHL shipments (at the moment).

Open DHL Tracking page with a click of a button.

How to use:

1. Highlight the tracking number
2. Either right-click or click the extension icon

Enjoy!                    

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

ชื่อ Context Menu Shipment Track Context Menu Shipment Track
ID nikpbnmephomcnijbmfhmlfmehombelg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/context-menu-shipment-tra/nikpbnmephomcnijbmfhmlfmehombelg
คำอธิบาย This extension was designed to make life a bit easier. It allows fast tracking for DHL shipments (at the moment). Open DHL…
ขนาดไฟล์ 10.34 KB
จำนวนการติดตั้ง 190
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2022-10-22
วันที่เผยแพร่ 2018-03-03
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา levo54
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": [],
    "manifest_version": 3,
    "name": "Context Menu Shipment Track",
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting"
    ],
    "version": "1.3"
}