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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://visualfashionfinder.com และคุณลักษณะหลักของมันคือ "This tool finds the styles that you see on an image on popular fashion shopping websites."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Visual Fashion Finder

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}