17Track Search

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

Co to jest 17Track Search?

17Track Search to rozszerzenie Chrome opracowane przez Retherichus, a jego główną funkcją jest „A simple context menu that adds a 17Track Search function for selected text/tracking numbers”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia 17Track Search

Pobierz pliki rozszerzeń 17Track Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa 17Track Search 17Track Search
ID ckfgionbnoegdmpphlnpaeklopolmgmi
Oficjalny URL https://chromewebstore.google.com/detail/17track-search/ckfgionbnoegdmpphlnpaeklopolmgmi
Opis A simple context menu that adds a 17Track Search function for selected text/tracking numbers
Rozmiar pliku 4.13 KB
Liczba instalacji 1,570
Aktualna Wersja 1.0.0.1
Ostatnia Aktualizacja 2016-03-16
Data Publikacji 2016-03-15
Ocena 3.88/5 Łącznie 26 Oceny
Deweloper Retherichus
Typ Płatności free
Obsługiwane Języki 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"
    }
}