Search Shein by image

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

Wat is Search Shein by image?

Search Shein by image is een Chrome-extensie ontwikkeld door https://visualfashionfinder.com, en de belangrijkste functie is "Simple extension to find Shein products by image or by code.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Search Shein by image

Download Search Shein by image-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Search Shein by image Search Shein by image
ID abmlahmommonnmpmjadpcodmfhkpllhg
Officiële URL https://chromewebstore.google.com/detail/search-shein-by-image/abmlahmommonnmpmjadpcodmfhkpllhg
Beschrijving Simple extension to find Shein products by image or by code.
Bestandsgrootte 125 KB
Aantal Installaties 879
Huidige Versie 0.9
Laatst Bijgewerkt 2023-08-14
Publicatiedatum 2021-10-30
Beoordeling 4.50/5 Totaal 8 Beoordelingen
Ontwikkelaar https://visualfashionfinder.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://www.visualfashionfinder.com/terms-and-conditions
URL van de Privacybeleid Pagina https://fashiondiscounts.today/privacy_policy.php
Ondersteunde Talen 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"
    ]
}