Shnap - Visual Search for Fashion

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

Hvad er Shnap - Visual Search for Fashion?

Shnap - Visual Search for Fashion er en Chrome-udvidelse udviklet af https://getshnap.com, og dens hovedfunktion er "Snap any image of a fashion item and instantly shop it!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Shnap - Visual Search for Fashion-udvidelses-CRX-fil

Download Shnap - Visual Search for Fashion-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Shnap - Visual Search for Fashion Shnap - Visual Search for Fashion
ID lggddbpkamikjbnoehdcjnkggcbkiech
Officiel URL https://chromewebstore.google.com/detail/shnap-visual-search-for-f/lggddbpkamikjbnoehdcjnkggcbkiech
Beskrivelse Snap any image of a fashion item and instantly shop it!
Filstørrelse 87.41 KB
Antal Installationer 195
Nuværende Version 0.4
Senest Opdateret 2020-06-22
Udgivelsesdato 2020-06-22
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler https://getshnap.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://getshnap.com
Hjælpeside-URL https://theurge.com/page/faq
Understøttede Sprog 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\/*"
    ]
}