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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}