Shnap - Visual Search for Fashion

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

Co to jest Shnap - Visual Search for Fashion?

Shnap - Visual Search for Fashion to rozszerzenie Chrome opracowane przez https://getshnap.com, a jego główną funkcją jest „Snap any image of a fashion item and instantly shop it!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Shnap - Visual Search for Fashion

Pobierz pliki rozszerzeń Shnap - Visual Search for Fashion w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Shnap - Visual Search for Fashion Shnap - Visual Search for Fashion
ID lggddbpkamikjbnoehdcjnkggcbkiech
Oficjalny URL https://chromewebstore.google.com/detail/shnap-visual-search-for-f/lggddbpkamikjbnoehdcjnkggcbkiech
Opis Snap any image of a fashion item and instantly shop it!
Rozmiar pliku 87.41 KB
Liczba instalacji 195
Aktualna Wersja 0.4
Ostatnia Aktualizacja 2020-06-22
Data Publikacji 2020-06-22
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper https://getshnap.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://getshnap.com
Adres URL Strony Pomocy https://theurge.com/page/faq
Obsługiwane Języki 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\/*"
    ]
}