Visual Fashion Finder

This tool finds the styles that you see on an image on popular fashion shopping websites.

什么是Visual Fashion Finder?

Visual Fashion Finder是由https://visualfashionfinder.com开发的Chrome扩展程序,该扩展的主要功能是“This tool finds the styles that you see on an image on popular fashion shopping websites.”。

扩展截图

screenshot
screenshot

下载Visual Fashion Finder扩展crx文件

下载Visual Fashion Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        What the extension supports at the moment:
- Using this extension you can search an image on ASOS, Shein, AliExpress and more...

**More shops coming soon**

For example if you want to search Shein by Image, you just have to right-click on any picture you find online (on AliExpress, on Zara, or other websites) and click on "Find similar products". You can also go to our website and upload an image that you have on your device and get the search results.

To search by image, please follow the follow steps:

* Install the Visual Fashion Finder chrome extension
* Find any image on any website and right-click and click on "Find similar products"
* Browse through results on Visual Fashion Finder as shown in the screenshot.
* Click on products and go directly to the shop.

Super easy to use! 

If you have any problems, issues, or questions, feel free to contact us at [email protected] ! Enjoy!                    

扩展基本信息

名称 Visual Fashion Finder Visual Fashion Finder
ID iknijibagdnddbokpcndofbolngfcghj
官方URL https://chromewebstore.google.com/detail/visual-fashion-finder/iknijibagdnddbokpcndofbolngfcghj
简介 This tool finds the styles that you see on an image on popular fashion shopping websites.
文件大小 139 KB
安装次数 599
当前版本 0.9.2
更新时间 2023-10-02
上架时间 2021-04-19
评分 5.00/5 共5次评分
开发者 https://visualfashionfinder.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://visualfashionfinder.com/
隐私政策页面URL https://fashiondiscounts.today/privacy_policy.php
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Visual Fashion Finder",
    "description": "This tool finds the styles that you see on an image on popular fashion shopping websites.",
    "version": "0.9.2",
    "short_name": "Visual 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"
    ]
}