AliTools
Tracking all international parcels from aliexpress, search in goods, search by image and fast access to the Aliexpress.com menu
AliTools란 무엇입니까?
AliTools은(는) 029a에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tracking all international parcels from aliexpress, search in goods, search by image and fast access to the Aliexpress.com menu"입니다.
확장 프로그램 스크린샷
AliTools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tracking all international parcels from aliexpress, search in goods and fast access of the Aliexpress.com menu
확장 프로그램 기본 정보
이름 | AliTools |
ID | bohhfnkdmlckklmcojekleinmiimldgg |
공식 URL | https://chromewebstore.google.com/detail/alitools/bohhfnkdmlckklmcojekleinmiimldgg |
설명 | Tracking all international parcels from aliexpress, search in goods, search by image and fast access to the Aliexpress.com menu |
파일 크기 | 121 KB |
설치 횟수 | 4,878 |
현재 버전 | 2.0 |
최근 업데이트 | 2024-01-20 |
출시 날짜 | 2020-05-25 |
평점 | 3.60/5 총 10 개의 평점 |
개발자 | 029a |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://chinapost.ru/privacy/dev.txt |
지원되는 언어 | de,en,en-GB,en-US,fr,es,es-419,it,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_chrome_extension_name__", "short_name": "__MSG_chrome_extension_short_name__", "description": "__MSG_chrome_extension_description__", "version": "2.0", "action": { "default_popup": "popup.html", "default_title": "__MSG_chrome_extension_short_name__" }, "permissions": [ "storage", "contextMenus" ], "background": { "service_worker": "\/js\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/*.aliexpress.com\/*", "https:\/\/*.aliexpress.ru\/*", "https:\/\/*.aliexpress.us\/*" ], "js": [ "\/js\/inject.js" ] } ], "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "web_accessible_resources": [ { "resources": [ "libs\/*", "js\/config.js" ], "matches": [ " |