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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple extension to find Shein products by image or by code."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Shein Image & ID Searcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 Shein Image & ID Searcher
ID bfahigamndogcmlobbblmbkdhgnhdnmo
आधिकारिक URL 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": [
        ""
    ],
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "24": "icon-24.png",
        "28": "icon-28.png",
        "32": "icon-32.png",
        "38": "icon-38.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "1.6.11"
}