Aliexpress Product Tracking
The extension allows you to track the status of a parcel right on the order page.
Aliexpress Product Tracking란 무엇입니까?
Aliexpress Product Tracking은(는) AliTracking Technology에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The extension allows you to track the status of a parcel right on the order page."입니다.
확장 프로그램 스크린샷
Aliexpress Product Tracking 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🚚 With our extension, you can track the delivery status of your product directly on the order page. 😬 If you often buy something on AliExpress™, then most likely you use mail tracking services or programs, such as TrackChecker, and manually enter or copy the track number from the order page into them. This can sometimes be extremely inconvenient! 🕵 The Aliexpress Product Tracking extension will allow you to track the status of a parcel directly on the order page on the website aliexpress.com and also open sites with information about delivery immediately with the entered track number. ❤️ Use it for your health! 📧 Contact email: [email protected]
확장 프로그램 기본 정보
이름 | Aliexpress Product Tracking |
ID | ehgmocbdgljnncdhdmfpcjljbapjglak |
공식 URL | https://chromewebstore.google.com/detail/aliexpress-product-tracki/ehgmocbdgljnncdhdmfpcjljbapjglak |
설명 | The extension allows you to track the status of a parcel right on the order page. |
파일 크기 | 119 KB |
설치 횟수 | 81 |
현재 버전 | 0.0.5 |
최근 업데이트 | 2021-07-27 |
출시 날짜 | 2021-07-18 |
평점 | 3.86/5 총 7 개의 평점 |
개발자 | AliTracking Technology |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://alitracking.poqdev.com/info/privacy |
지원되는 언어 | en,en-GB,en-US,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "background\/background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": false, "css": [ "css\/style.css" ], "js": [ "lib\/jquery.js", "content\/content.js" ], "matches": [ "*:\/\/aliexpress.com\/*", "*:\/\/aliexpress.ru\/*", "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*", "*:\/\/trade.alibaba.com\/*", "*:\/\/trade.aliexpress.ru\/*", "*:\/\/best.aliexpress.ru\/*" ], "run_at": "document_end" } ], "description": "__MSG_description__", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "default_locale": "ru", "manifest_version": 2, "name": "Aliexpress Product Tracking", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "short_name": "AliTrack", "version": "0.0.5", "web_accessible_resources": [ "images\/loader.gif", "images\/btnx.png", "jquery.min.map", "images\/sign.png", "images\/dev_label.png" ] } |