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 |
公式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 |
Eメール | [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" } |