UPS Context Menu Shipment Track

Fast tracking for UPS shipments. How to use: 1. Highlight the tracking number 2. Either right-click or click the extension icon……

O que é UPS Context Menu Shipment Track?

UPS Context Menu Shipment Track é uma extensão do Chrome desenvolvida por levo54, e sua principal característica é "Fast tracking for UPS shipments. How to use: 1. Highlight the tracking number 2. Either right-click or click the extension icon……".

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

Baixe arquivos de extensão UPS 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

                        Fast tracking for UPS shipments. How to use: 1. Highlight the tracking number 2. Either right-click or click the extension icon…

Fast tracking for UPS shipments.

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 UPS Context Menu Shipment Track UPS Context Menu Shipment Track
ID dljeallhpechbhfaibnfnajecbkibdep
URL Oficial https://chromewebstore.google.com/detail/ups-context-menu-shipment/dljeallhpechbhfaibnfnajecbkibdep
Descrição Fast tracking for UPS shipments. How to use: 1. Highlight the tracking number 2. Either right-click or click the extension icon……
Tamanho do Arquivo 16.3 KB
Contagem de Instalações 136
Versão Atual 1.2.1
Última Atualização 2018-06-26
Data de Publicação 2018-06-26
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": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "manifest_version": 2,
    "name": "UPS Context Menu Shipment Track",
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab"
    ],
    "version": "1.2.1"
}