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…
Vad är Context Menu Shipment Track?
Context Menu Shipment Track är en Chrome-tillägg utvecklad av levo54, och dess huvudfunktion är "This extension was designed to make life a bit easier. It allows fast tracking for DHL shipments (at the moment). Open DHL…".
Tilläggsskärmbilder
Ladda ner Context Menu Shipment Track-förlängningens CRX-fil
Ladda ner Context Menu Shipment Track-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | nikpbnmephomcnijbmfhmlfmehombelg |
| Officiell webbadress | https://chromewebstore.google.com/detail/context-menu-shipment-tra/nikpbnmephomcnijbmfhmlfmehombelg |
| Beskrivning | This extension was designed to make life a bit easier. It allows fast tracking for DHL shipments (at the moment). Open DHL… |
| Filstorlek | 10.34 KB |
| Antal Installationer | 190 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2022-10-22 |
| Publiceringsdatum | 2018-03-03 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | levo54 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |