17Track Search
A simple context menu that adds a 17Track Search function for selected text/tracking numbers
Qu'est-ce que 17Track Search ?
17Track Search est une extension Chrome développée par Retherichus, et sa fonction principale est "A simple context menu that adds a 17Track Search function for selected text/tracking numbers".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 17Track Search
Téléchargez les fichiers d'extension 17Track Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | 17Track Search |
ID | ckfgionbnoegdmpphlnpaeklopolmgmi |
URL Officiel | https://chromewebstore.google.com/detail/17track-search/ckfgionbnoegdmpphlnpaeklopolmgmi |
Description | A simple context menu that adds a 17Track Search function for selected text/tracking numbers |
Taille du Fichier | 4.13 KB |
Nombre d'Installations | 1,570 |
Version Actuelle | 1.0.0.1 |
Dernière Mise à Jour | 2016-03-16 |
Date de Publication | 2016-03-15 |
Évaluation | 3.88/5 Total 26 Évaluations |
Développeur | Retherichus |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |