17Track Search

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

Wat is 17Track Search?

17Track Search is een Chrome-extensie ontwikkeld door Retherichus, en de belangrijkste functie is "A simple context menu that adds a 17Track Search function for selected text/tracking numbers".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie 17Track Search

Download 17Track Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam 17Track Search 17Track Search
ID ckfgionbnoegdmpphlnpaeklopolmgmi
Officiële URL https://chromewebstore.google.com/detail/17track-search/ckfgionbnoegdmpphlnpaeklopolmgmi
Beschrijving A simple context menu that adds a 17Track Search function for selected text/tracking numbers
Bestandsgrootte 4.13 KB
Aantal Installaties 1,570
Huidige Versie 1.0.0.1
Laatst Bijgewerkt 2016-03-16
Publicatiedatum 2016-03-15
Beoordeling 3.88/5 Totaal 26 Beoordelingen
Ontwikkelaar Retherichus
Betalingswijze free
Ondersteunde Talen 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"
    }
}