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…

O que é Context Menu Shipment Track?

Context Menu Shipment Track é uma extensão do Chrome desenvolvida por levo54, e sua principal característica é "This extension was designed to make life a bit easier. It allows fast tracking for DHL shipments (at the moment). Open DHL…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Context Menu Shipment Track

Baixe arquivos de extensão Context Menu Shipment Track no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Context Menu Shipment Track Context Menu Shipment Track
ID nikpbnmephomcnijbmfhmlfmehombelg
URL Oficial https://chromewebstore.google.com/detail/context-menu-shipment-tra/nikpbnmephomcnijbmfhmlfmehombelg
Descrição This extension was designed to make life a bit easier. It allows fast tracking for DHL shipments (at the moment). Open DHL…
Tamanho do Arquivo 10.34 KB
Contagem de Instalações 190
Versão Atual 1.3
Última Atualização 2022-10-22
Data de Publicação 2018-03-03
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor levo54
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}