Shnap - Visual Search for Fashion

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

Wat is Shnap - Visual Search for Fashion?

Shnap - Visual Search for Fashion is een Chrome-extensie ontwikkeld door https://getshnap.com, en de belangrijkste functie is "Snap any image of a fashion item and instantly shop it!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Shnap - Visual Search for Fashion

Download Shnap - Visual Search for Fashion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Shnap - Visual Search for Fashion Shnap - Visual Search for Fashion
ID lggddbpkamikjbnoehdcjnkggcbkiech
Officiële URL https://chromewebstore.google.com/detail/shnap-visual-search-for-f/lggddbpkamikjbnoehdcjnkggcbkiech
Beschrijving Snap any image of a fashion item and instantly shop it!
Bestandsgrootte 87.41 KB
Aantal Installaties 195
Huidige Versie 0.4
Laatst Bijgewerkt 2020-06-22
Publicatiedatum 2020-06-22
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://getshnap.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://getshnap.com
Help Pagina-URL https://theurge.com/page/faq
Ondersteunde Talen 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\/*"
    ]
}