Shein Image & ID Searcher
Simple extension to find Shein products by image or by code.
Shein Image & ID Searcher란 무엇입니까?
Shein Image & ID Searcher은(는) https://alixblog.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple extension to find Shein products by image or by code."입니다.
확장 프로그램 스크린샷
Shein Image & ID Searcher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With this little browser extension you will be able to easily search on Shein by image and by ID code. To search by image you just have to right click on any picture you find online (on AliExpress, on Zara…) and hit “Search on Shein”. You can also click on the extension icon (the black S inside the magnifying glass) to upload an image you have on your computer. Whether you search by right-clicking or by uploading an image, you will see that the results will appear instantly. The extension also allows you to search by product ID, for example 1736224. We added this functionality because currently Shein's search engine does not show results if you search by code. For example, if someone posts on Instagram that a Zara dress has an identical clone on Shein whose ID is 1435253, just click on the extension icon, hit By ID, and enter the code you're interested in and the extension will redirect you to the product page immediately.
확장 프로그램 기본 정보
이름 | Shein Image & ID Searcher |
ID | bfahigamndogcmlobbblmbkdhgnhdnmo |
공식 URL | https://chromewebstore.google.com/detail/shein-image-id-searcher/bfahigamndogcmlobbblmbkdhgnhdnmo |
설명 | Simple extension to find Shein products by image or by code. |
파일 크기 | 232 KB |
설치 횟수 | 48,102 |
현재 버전 | 1.6.11 |
최근 업데이트 | 2024-02-23 |
출시 날짜 | 2021-08-19 |
평점 | 4.04/5 총 56 개의 평점 |
개발자 | https://alixblog.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Shein Image & ID Searcher", "description": "Simple extension to find Shein products by image or by code.", "background": { "service_worker": "background.bundle.js" }, "action": { "default_icon": "icon-48.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "content_scripts": [ { "matches": [ "https:\/\/*.shein.com\/checkout*", "https:\/\/*.shein.com.mx\/checkout*" ], "js": [ "contentCheckout.bundle.js" ] } ], "permissions": [ "contextMenus", "scripting", "storage", "notifications" ], "host_permissions": [ " |