Search Shein by image

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

什麼是Search Shein by image?

Search Shein by image是由https://visualfashionfinder.com開發的Chrome擴展程式,該擴展的主要功能是“Simple extension to find Shein products by image or by code.”。

擴展截圖

screenshot
screenshot

下載Search Shein by image擴展crx文件

下載Search Shein by image擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Search Shein by image Search Shein by image
ID abmlahmommonnmpmjadpcodmfhkpllhg
官方網址 https://chromewebstore.google.com/detail/search-shein-by-image/abmlahmommonnmpmjadpcodmfhkpllhg
簡介 Simple extension to find Shein products by image or by code.
檔案大小 125 KB
安裝次數 879
目前版本 0.9
更新時間 2023-08-14
上架時間 2021-10-30
評分 4.50/5 共 8 次評分
開發者 https://visualfashionfinder.com
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://www.visualfashionfinder.com/terms-and-conditions
隱私政策頁面URL https://fashiondiscounts.today/privacy_policy.php
支援的語言 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"
    ]
}