Shnap - Visual Search for Fashion

Snap any image of a fashion item and instantly shop it!

Shnap - Visual Search for Fashion là gì?

Shnap - Visual Search for Fashion là một tiện ích mở rộng Chrome được phát triển bởi https://getshnap.com, và tính năng chính của nó là "Snap any image of a fashion item and instantly shop it!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shnap - Visual Search for Fashion

Tải xuống các tệp mở rộng Shnap - Visual Search for Fashion 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

                        When style envy strikes, don't waste hours scrolling miles scouring the internet. 

Just click the Shnap button hovering over on any image or item and Shnap's smart visual search technology will auto-magically search the world's best stores to find everywhere you can buy that item plus visually similar options too.
This means you'll find exactly what you're looking for without even trying. 

So many ways to effortlessly saves time and money.                    

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

Tên Shnap - Visual Search for Fashion Shnap - Visual Search for Fashion
ID lggddbpkamikjbnoehdcjnkggcbkiech
URL Chính Thức https://chromewebstore.google.com/detail/shnap-visual-search-for-f/lggddbpkamikjbnoehdcjnkggcbkiech
Mô tả Snap any image of a fashion item and instantly shop it!
Kích Thước Tệp 87.41 KB
Số Lần Cài Đặt 195
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2020-06-22
Ngày Phát Hành 2020-06-22
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://getshnap.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getshnap.com
URL Trang Trợ Giúp https://theurge.com/page/faq
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shnap - Visual Search for Fashion",
    "description": "Snap any image of a fashion item and instantly shop it!",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "version": "0.4",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "html\/*"
    ]
}