Search Shein by image

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

Search Shein by image là gì?

Search Shein by image là một tiện ích mở rộng Chrome được phát triển bởi https://visualfashionfinder.com, và tính năng chính của nó là "Simple extension to find Shein products by image or by code.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Search Shein by image

Tải xuống các tệp mở rộng Search Shein by image dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Search Shein by image Search Shein by image
ID abmlahmommonnmpmjadpcodmfhkpllhg
URL Chính Thức https://chromewebstore.google.com/detail/search-shein-by-image/abmlahmommonnmpmjadpcodmfhkpllhg
Mô tả Simple extension to find Shein products by image or by code.
Kích Thước Tệp 125 KB
Số Lần Cài Đặt 879
Phiên Bản Hiện Tại 0.9
Cập Nhật Lần Cuối 2023-08-14
Ngày Phát Hành 2021-10-30
Đánh Giá 4.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://visualfashionfinder.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.visualfashionfinder.com/terms-and-conditions
URL Trang Chính Sách Bảo Mật https://fashiondiscounts.today/privacy_policy.php
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}