Shein Image & ID Searcher
Simple extension to find Shein products by image or by code.
Qu'est-ce que Shein Image & ID Searcher ?
Shein Image & ID Searcher est une extension Chrome développée par https://alixblog.com, et sa fonction principale est "Simple extension to find Shein products by image or by code.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Shein Image & ID Searcher
Téléchargez les fichiers d'extension Shein Image & ID Searcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Shein Image & ID Searcher |
ID | bfahigamndogcmlobbblmbkdhgnhdnmo |
URL Officiel | https://chromewebstore.google.com/detail/shein-image-id-searcher/bfahigamndogcmlobbblmbkdhgnhdnmo |
Description | Simple extension to find Shein products by image or by code. |
Taille du Fichier | 232 KB |
Nombre d'Installations | 48,102 |
Version Actuelle | 1.6.11 |
Dernière Mise à Jour | 2024-02-23 |
Date de Publication | 2021-08-19 |
Évaluation | 4.04/5 Total 56 Évaluations |
Développeur | https://alixblog.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [ " |