17Track Search
A simple context menu that adds a 17Track Search function for selected text/tracking numbers
Что такое 17Track Search?
17Track Search - это расширение Chrome, разработанное Retherichus, и его основная функция - "A simple context menu that adds a 17Track Search function for selected text/tracking numbers".
Снимки экрана расширения
Скачать файл CRX расширения 17Track Search
Скачайте файлы расширений 17Track Search в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | 17Track Search |
ID | ckfgionbnoegdmpphlnpaeklopolmgmi |
Официальный URL | https://chromewebstore.google.com/detail/17track-search/ckfgionbnoegdmpphlnpaeklopolmgmi |
Описание | A simple context menu that adds a 17Track Search function for selected text/tracking numbers |
Размер файла | 4.13 KB |
Количество установок | 1,570 |
Текущая Версия | 1.0.0.1 |
Последнее Обновление | 2016-03-16 |
Дата публикации | 2016-03-15 |
Рейтинг | 3.88/5 Всего 26 оценок |
Разработчик | Retherichus |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |