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 |
Eメール | [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" ] } |