17Track Search
A simple context menu that adds a 17Track Search function for selected text/tracking numbers
¿Qué es 17Track Search?
17Track Search es una extensión de Chrome desarrollada por Retherichus, y su función principal es "A simple context menu that adds a 17Track Search function for selected text/tracking numbers".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión 17Track Search
Descarga archivos de extensión 17Track Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | 17Track Search |
ID | ckfgionbnoegdmpphlnpaeklopolmgmi |
URL Oficial | https://chromewebstore.google.com/detail/17track-search/ckfgionbnoegdmpphlnpaeklopolmgmi |
Descripción | A simple context menu that adds a 17Track Search function for selected text/tracking numbers |
Tamaño del Archivo | 4.13 KB |
Cantidad de Instalaciones | 1,570 |
Versión Actual | 1.0.0.1 |
Última Actualización | 2016-03-16 |
Fecha de Publicación | 2016-03-15 |
Calificación | 3.88/5 Total de 26 Calificaciones |
Desarrollador | Retherichus |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |