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…
¿Qué es Context Menu Shipment Track?
Context Menu Shipment Track es una extensión de Chrome desarrollada por levo54, y su función principal es "This extension was designed to make life a bit easier. It allows fast tracking for DHL shipments (at the moment). Open DHL…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Context Menu Shipment Track
Descarga archivos de extensión Context Menu Shipment Track en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Context Menu Shipment Track |
ID | nikpbnmephomcnijbmfhmlfmehombelg |
URL Oficial | https://chromewebstore.google.com/detail/context-menu-shipment-tra/nikpbnmephomcnijbmfhmlfmehombelg |
Descripción | This extension was designed to make life a bit easier. It allows fast tracking for DHL shipments (at the moment). Open DHL… |
Tamaño del Archivo | 10.34 KB |
Cantidad de Instalaciones | 190 |
Versión Actual | 1.3 |
Última Actualización | 2022-10-22 |
Fecha de Publicación | 2018-03-03 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | levo54 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } |