Shnap - Visual Search for Fashion

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

Cos'è Shnap - Visual Search for Fashion?

Shnap - Visual Search for Fashion è un'estensione di Chrome sviluppata da https://getshnap.com, e la sua funzione principale è "Snap any image of a fashion item and instantly shop it!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Shnap - Visual Search for Fashion

Scarica i file di estensione Shnap - Visual Search for Fashion in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Shnap - Visual Search for Fashion Shnap - Visual Search for Fashion
ID lggddbpkamikjbnoehdcjnkggcbkiech
URL Ufficiale https://chromewebstore.google.com/detail/shnap-visual-search-for-f/lggddbpkamikjbnoehdcjnkggcbkiech
Descrizione Snap any image of a fashion item and instantly shop it!
Dimensione del File 87.41 KB
Conteggio Installazioni 195
Versione Corrente 0.4
Ultimo Aggiornamento 2020-06-22
Data di Pubblicazione 2020-06-22
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore https://getshnap.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://getshnap.com
URL della Pagina di Aiuto https://theurge.com/page/faq
Lingue Supportate 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\/*"
    ]
}