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…
Cos'è Context Menu Shipment Track?
Context Menu Shipment Track è un'estensione di Chrome sviluppata da levo54, e la sua funzione principale è "This extension was designed to make life a bit easier. It allows fast tracking for DHL shipments (at the moment). Open DHL…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Context Menu Shipment Track
Scarica i file di estensione Context Menu Shipment Track in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | nikpbnmephomcnijbmfhmlfmehombelg |
| URL Ufficiale | https://chromewebstore.google.com/detail/context-menu-shipment-tra/nikpbnmephomcnijbmfhmlfmehombelg |
| Descrizione | This extension was designed to make life a bit easier. It allows fast tracking for DHL shipments (at the moment). Open DHL… |
| Dimensione del File | 10.34 KB |
| Conteggio Installazioni | 190 |
| Versione Corrente | 1.3 |
| Ultimo Aggiornamento | 2022-10-22 |
| Data di Pubblicazione | 2018-03-03 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | levo54 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |