Search Shein by image
Simple extension to find Shein products by image or by code.
Search Shein by image란 무엇입니까?
Search Shein by image은(는) https://visualfashionfinder.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple extension to find Shein products by image or by code."입니다.
확장 프로그램 스크린샷
Search Shein by image 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This simple tool will help you to easily search on Shein by image. To search by image you just have to right click on any picture you find online (for example on ASOS, on Zalando, AliExpress, Zara…) and click on “Search on Shein”. You can also upload the image to our website and get the results instantly. Now you can easily find cloths on Shein by image. If you want to search other stores such as ASOS, AliExpress,... go over to the webiste.
확장 프로그램 기본 정보
이름 | Search Shein by image |
ID | abmlahmommonnmpmjadpcodmfhkpllhg |
공식 URL | https://chromewebstore.google.com/detail/search-shein-by-image/abmlahmommonnmpmjadpcodmfhkpllhg |
설명 | Simple extension to find Shein products by image or by code. |
파일 크기 | 125 KB |
설치 횟수 | 879 |
현재 버전 | 0.9 |
최근 업데이트 | 2023-08-14 |
출시 날짜 | 2021-10-30 |
평점 | 4.50/5 총 8 개의 평점 |
개발자 | https://visualfashionfinder.com |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://www.visualfashionfinder.com/terms-and-conditions |
개인정보 보호 정책 페이지 URL | https://fashiondiscounts.today/privacy_policy.php |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search Shein by image", "description": "Simple extension to find Shein products by image or by code.", "version": "0.9", "short_name": "Fashion Search", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "status.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.4.0.slim.min.js", "main.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ] } |