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…
What is Context Menu Shipment Track?
Context Menu Shipment Track is a Chrome extension developed by levo54, and its main feature is "This extension was designed to make life a bit easier. It allows fast tracking for DHL shipments (at the moment). Open DHL…".
Extension Screenshots
Download Context Menu Shipment Track Extension CRX File
Download Context Menu Shipment Track extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Context Menu Shipment Track |
ID | nikpbnmephomcnijbmfhmlfmehombelg |
Official URL | https://chromewebstore.google.com/detail/context-menu-shipment-tra/nikpbnmephomcnijbmfhmlfmehombelg |
Description | This extension was designed to make life a bit easier. It allows fast tracking for DHL shipments (at the moment). Open DHL… |
File Size | 10.34 KB |
Installation Count | 190 |
Current Version | 1.3 |
Last Updated | 2022-10-22 |
Publish Date | 2018-03-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | levo54 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |