Shnap - Visual Search for Fashion

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

Co je Shnap - Visual Search for Fashion?

Shnap - Visual Search for Fashion je rozšíření Chrome vyvinuté https://getshnap.com, a jeho hlavní funkcí je „Snap any image of a fashion item and instantly shop it!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Shnap - Visual Search for Fashion

Stáhněte si soubory rozšíření Shnap - Visual Search for Fashion ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Shnap - Visual Search for Fashion Shnap - Visual Search for Fashion
ID lggddbpkamikjbnoehdcjnkggcbkiech
Oficiální URL https://chromewebstore.google.com/detail/shnap-visual-search-for-f/lggddbpkamikjbnoehdcjnkggcbkiech
Popis Snap any image of a fashion item and instantly shop it!
Velikost souboru 87.41 KB
Počet instalací 195
Aktuální Verze 0.4
Poslední Aktualizace 2020-06-22
Datum Vydání 2020-06-22
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář https://getshnap.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://getshnap.com
URL Stránky Nápovědy https://theurge.com/page/faq
Podporované Jazyky 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\/*"
    ]
}