Search Shein by image

Simple extension to find Shein products by image or by code.

Qu'est-ce que Search Shein by image ?

Search Shein by image est une extension Chrome développée par https://visualfashionfinder.com, et sa fonction principale est "Simple extension to find Shein products by image or by code.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Search Shein by image

Téléchargez les fichiers d'extension Search Shein by image 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

                        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.                    

Informations de Base sur l'Extension

Nom Search Shein by image Search Shein by image
ID abmlahmommonnmpmjadpcodmfhkpllhg
URL Officiel https://chromewebstore.google.com/detail/search-shein-by-image/abmlahmommonnmpmjadpcodmfhkpllhg
Description Simple extension to find Shein products by image or by code.
Taille du Fichier 125 KB
Nombre d'Installations 879
Version Actuelle 0.9
Dernière Mise à Jour 2023-08-14
Date de Publication 2021-10-30
Évaluation 4.50/5 Total 8 Évaluations
Développeur https://visualfashionfinder.com
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://www.visualfashionfinder.com/terms-and-conditions
URL de la Page de Politique de Confidentialité https://fashiondiscounts.today/privacy_policy.php
Langues Prises en Charge 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"
    ]
}