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 |
官方網址 | 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 |
電子郵箱 | [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": [ " |