AliExpress: Search similar products
The extension for AliExpress finds similar products at a better price.
AliExpress: Search similar products란 무엇입니까?
AliExpress: Search similar products은(는) Mikhail에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The extension for AliExpress finds similar products at a better price."입니다.
확장 프로그램 스크린샷
AliExpress: Search similar products 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The extension adds the "Find similar products" button to the pages of the AliExpress store. With the help of which you can find similar offers from other sellers at a better price.
확장 프로그램 기본 정보
이름 | |
ID | joghfdanngcpobcbmdapcemgbjphihag |
공식 URL | https://chrome.google.com/webstore/detail/aliexpress-search-similar/joghfdanngcpobcbmdapcemgbjphihag |
설명 | The extension for AliExpress finds similar products at a better price. |
파일 크기 | 61.68 KB |
설치 횟수 | 10,278 |
현재 버전 | 1.4.7 |
최근 업데이트 | 2020-10-28 |
출시 날짜 | 2019-06-28 |
평점 | 4.06/5 총 63 개의 평점 |
개발자 | Mikhail |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "version": "1.4.7", "description": "__MSG_description__", "icons": { "128": "img\/128.png", "64": "img\/64.png" }, "default_locale": "en", "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "web_accessible_resources": [ "img\/*.png" ], "browser_action": { "default_title": " ", "default_icon": "img\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*" ], "run_at": "document_idle", "css": [ "css\/content.css" ], "js": [ "js\/jquery-1.12.1.min.js", "js\/content.js" ] } ], "permissions": [ "tabs", "storage", "unlimitedStorage", "cookies", "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*" ] } |