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ファイルをダウンロード
Shein Image & ID Searcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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": [ " |