17Track Search
A simple context menu that adds a 17Track Search function for selected text/tracking numbers
What is 17Track Search?
17Track Search is a Chrome extension developed by Retherichus, and its main feature is "A simple context menu that adds a 17Track Search function for selected text/tracking numbers".
Extension Screenshots
Download 17Track Search Extension CRX File
Download 17Track Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | 17Track Search |
ID | ckfgionbnoegdmpphlnpaeklopolmgmi |
Official URL | https://chromewebstore.google.com/detail/17track-search/ckfgionbnoegdmpphlnpaeklopolmgmi |
Description | A simple context menu that adds a 17Track Search function for selected text/tracking numbers |
File Size | 4.13 KB |
Installation Count | 1,570 |
Current Version | 1.0.0.1 |
Last Updated | 2016-03-16 |
Publish Date | 2016-03-15 |
Rating | 3.88/5 Total 26 Ratings |
Developer | Retherichus |
Payment Type | free |
Supported Languages | 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" } } |