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文件
下载Search Shein by image扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |