Shnap - Visual Search for Fashion

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

Apa itu Shnap - Visual Search for Fashion?

Shnap - Visual Search for Fashion adalah ekstensi Chrome yang dikembangkan oleh https://getshnap.com, dan fitur utamanya adalah "Snap any image of a fashion item and instantly shop it!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Shnap - Visual Search for Fashion

Unduh file ekstensi Shnap - Visual Search for Fashion dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Shnap - Visual Search for Fashion Shnap - Visual Search for Fashion
ID lggddbpkamikjbnoehdcjnkggcbkiech
URL Resmi https://chromewebstore.google.com/detail/shnap-visual-search-for-f/lggddbpkamikjbnoehdcjnkggcbkiech
Deskripsi Snap any image of a fashion item and instantly shop it!
Ukuran File 87.41 KB
Jumlah Instalasi 195
Versi Saat Ini 0.4
Terakhir Diperbarui 2020-06-22
Tanggal Publikasi 2020-06-22
Penilaian 1.00/5 Total 1 Penilaian
Pengembang https://getshnap.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://getshnap.com
URL Halaman Bantuan https://theurge.com/page/faq
Bahasa yang Didukung 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\/*"
    ]
}