Search Shein by image
Simple extension to find Shein products by image or by code.
¿Qué es Search Shein by image?
Search Shein by image es una extensión de Chrome desarrollada por https://visualfashionfinder.com, y su función principal es "Simple extension to find Shein products by image or by code.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Search Shein by image
Descarga archivos de extensión Search Shein by image en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Search Shein by image |
ID | abmlahmommonnmpmjadpcodmfhkpllhg |
URL Oficial | https://chromewebstore.google.com/detail/search-shein-by-image/abmlahmommonnmpmjadpcodmfhkpllhg |
Descripción | Simple extension to find Shein products by image or by code. |
Tamaño del Archivo | 125 KB |
Cantidad de Instalaciones | 879 |
Versión Actual | 0.9 |
Última Actualización | 2023-08-14 |
Fecha de Publicación | 2021-10-30 |
Calificación | 4.50/5 Total de 8 Calificaciones |
Desarrollador | https://visualfashionfinder.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://www.visualfashionfinder.com/terms-and-conditions |
URL de la Página de Política de Privacidad | https://fashiondiscounts.today/privacy_policy.php |
Idiomas Soportados | 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" ] } |