Search Shein by image

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

Was ist Search Shein by image?

Search Shein by image ist eine Chrome-Erweiterung, die von https://visualfashionfinder.com entwickelt wurde, und ihr Hauptmerkmal ist "Simple extension to find Shein products by image or by code.".

Erweiterungsscreenshots

screenshot
screenshot

Search Shein by image-Erweiterungs-CRX-Datei herunterladen

Laden Sie Search Shein by image-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Search Shein by image Search Shein by image
ID abmlahmommonnmpmjadpcodmfhkpllhg
Offizielle URL https://chromewebstore.google.com/detail/search-shein-by-image/abmlahmommonnmpmjadpcodmfhkpllhg
Beschreibung Simple extension to find Shein products by image or by code.
Dateigröße 125 KB
Installationsanzahl 879
Aktuelle Version 0.9
Letztes Update 2023-08-14
Veröffentlichungsdatum 2021-10-30
Bewertung 4.50/5 Insgesamt 8 Bewertungen
Entwickler https://visualfashionfinder.com
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://www.visualfashionfinder.com/terms-and-conditions
URL der Datenschutzrichtlinien-Seite https://fashiondiscounts.today/privacy_policy.php
Unterstützte Sprachen 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"
    ]
}