UPS Context Menu Shipment Track
Fast tracking for UPS shipments. How to use: 1. Highlight the tracking number 2. Either right-click or click the extension icon……
UPS Context Menu Shipment Trackคืออะไร?
UPS Context Menu Shipment Track เป็นส่วนขยายของ Chrome ที่พัฒนาโดย levo54 และคุณลักษณะหลักของมันคือ "Fast tracking for UPS shipments. How to use: 1. Highlight the tracking number 2. Either right-click or click the extension icon……"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UPS Context Menu Shipment Track
ดาวน์โหลดไฟล์ส่วนขยาย UPS Context Menu Shipment Track ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Fast tracking for UPS shipments. How to use: 1. Highlight the tracking number 2. Either right-click or click the extension icon… Fast tracking for UPS shipments. How to use: 1. Highlight the tracking number 2. Either right-click or click the extension icon Enjoy!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | UPS Context Menu Shipment Track |
ID | dljeallhpechbhfaibnfnajecbkibdep |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ups-context-menu-shipment/dljeallhpechbhfaibnfnajecbkibdep |
คำอธิบาย | Fast tracking for UPS shipments. How to use: 1. Highlight the tracking number 2. Either right-click or click the extension icon…… |
ขนาดไฟล์ | 16.3 KB |
จำนวนการติดตั้ง | 136 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2018-06-26 |
วันที่เผยแพร่ | 2018-06-26 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | levo54 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "manifest_version": 2, "name": "UPS Context Menu Shipment Track", "permissions": [ "contextMenus", "tabs", "activeTab" ], "version": "1.2.1" } |