17Track Search

A simple context menu that adds a 17Track Search function for selected text/tracking numbers

O que é 17Track Search?

17Track Search é uma extensão do Chrome desenvolvida por Retherichus, e sua principal característica é "A simple context menu that adds a 17Track Search function for selected text/tracking numbers".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão 17Track Search

Baixe arquivos de extensão 17Track Search 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

                        If you're an active Aliexpress user that likes to check with the tracking updates all the time, then this might be just the thing for you!

This will make it a little bit easier to look up your parcels, simply just select the tracking number by marking it, then right click it!.. and finally you should have the option to search it up directly on 17Track.  (opens up in a new tab!)


//End note, this was mostly just made for personal use, but others might find this useful too, so.. enjoy!                    

Informações Básicas da Extensão

Nome 17Track Search 17Track Search
ID ckfgionbnoegdmpphlnpaeklopolmgmi
URL Oficial https://chromewebstore.google.com/detail/17track-search/ckfgionbnoegdmpphlnpaeklopolmgmi
Descrição A simple context menu that adds a 17Track Search function for selected text/tracking numbers
Tamanho do Arquivo 4.13 KB
Contagem de Instalações 1,570
Versão Atual 1.0.0.1
Última Atualização 2016-03-16
Data de Publicação 2016-03-15
Classificação 3.88/5 Total de 26 Avaliações
Desenvolvedor Retherichus
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "17Track Search",
    "description": "A simple context menu that adds a 17Track Search function for selected text\/tracking numbers",
    "version": "1.0.0.1",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "menu.js"
        ]
    },
    "icons": {
        "16": "icon.png"
    }
}