17Track Search
A simple context menu that adds a 17Track Search function for selected text/tracking numbers
Vad är 17Track Search?
17Track Search är en Chrome-tillägg utvecklad av Retherichus, och dess huvudfunktion är "A simple context menu that adds a 17Track Search function for selected text/tracking numbers".
Tilläggsskärmbilder
Ladda ner 17Track Search-förlängningens CRX-fil
Ladda ner 17Track Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | 17Track Search |
ID | ckfgionbnoegdmpphlnpaeklopolmgmi |
Officiell webbadress | https://chromewebstore.google.com/detail/17track-search/ckfgionbnoegdmpphlnpaeklopolmgmi |
Beskrivning | A simple context menu that adds a 17Track Search function for selected text/tracking numbers |
Filstorlek | 4.13 KB |
Antal Installationer | 1,570 |
Aktuell Version | 1.0.0.1 |
Senast Uppdaterad | 2016-03-16 |
Publiceringsdatum | 2016-03-15 |
Betyg | 3.88/5 Totalt 26 Betyg |
Utvecklare | Retherichus |
Betalningssätt | free |
Stödda Språk | 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" } } |