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是由levo54開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
ID | nikpbnmephomcnijbmfhmlfmehombelg |
官方網址 | 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" } |