17Track Search
A simple context menu that adds a 17Track Search function for selected text/tracking numbers
17Track Search란 무엇입니까?
17Track Search은(는) Retherichus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple context menu that adds a 17Track Search function for selected text/tracking numbers"입니다.
확장 프로그램 스크린샷
17Track Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |