Fynd Now

Get inspired on the web and shop the look. Select any image while browsing and search similar styles from the entire Fynd catalogue.

Fynd Now là gì?

Fynd Now là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Get inspired on the web and shop the look. Select any image while browsing and search similar styles from the entire Fynd catalogue.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fynd Now

Tải xuống các tệp mở rộng Fynd Now 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

                        Every day we come across numerous fashion inspirations and references on the internet. But we don’t know where to buy them from. Fynd Now is one of Fynd's attempt to make shopping hassle-free for customers. Use this extension to search visually similar products from any reference images. Clicking on the suggested products in the search results will redirects to fynd.com for detailed product information. Checkout seamlessly and get superfast delivery at your doorstep.
Features:
- Find Similar: Gives visual similar products to the query image.
- Shop the Look: Extracts all products in a query image and return similar products.
How to Use Fynd Now Extension:
- From Entire Images:
   - Alt + Left Click on any image on any site to Find Similars.
   - Shift + Left Click on any image on any site to query Shop the Look.
- Screenshot: Click on icon to choose either “Find Similar” or “Shop the Look”. Click and drag to capture an image area to start searching.
- Press Escape key, click outside the Fynd Now popup or click the cross button to exit the extension.
Select any products from the extension search results to get redirected to fynd.com for product details. You can then buy the product and be trendy!                    

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

Tên Fynd Now Fynd Now
ID mkgihmocikcoefehpfpbjmgboghkchia
URL Chính Thức https://chromewebstore.google.com/detail/fynd-now/mkgihmocikcoefehpfpbjmgboghkchia
Mô tả Get inspired on the web and shop the look. Select any image while browsing and search similar styles from the entire Fynd catalogue.
Kích Thước Tệp 95.24 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2020-01-09
Ngày Phát Hành 2020-01-05
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://now.fynd.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Anirudha Vishvakarma",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/fyndnow_16.png",
            "48": "icons\/fyndnow_48.png",
            "128": "icons\/fyndnow_128.png"
        },
        "default_popup": "popup\/index.html"
    },
    "description": "Get inspired on the web and shop the look. Select any image while browsing and search similar styles from the entire Fynd catalogue.",
    "homepage_url": "https:\/\/now.fynd.com",
    "icons": {
        "16": "icons\/fyndnow_16.png",
        "48": "icons\/fyndnow_48.png",
        "128": "icons\/fyndnow_128.png"
    },
    "manifest_version": 2,
    "name": "Fynd Now",
    "options_ui": {
        "chrome_style": true,
        "page": "options\/index.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "short_name": "fyndnow",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "js\/styleUtils.js",
                "js\/templateUtils.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "assets\/no-result-found.png",
        "assets\/fynd-now-logo.png",
        "assets\/fynd-now.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}