Shnap - Visual Search for Fashion

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

Vad är Shnap - Visual Search for Fashion?

Shnap - Visual Search for Fashion är en Chrome-tillägg utvecklad av https://getshnap.com, och dess huvudfunktion är "Snap any image of a fashion item and instantly shop it!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Shnap - Visual Search for Fashion-förlängningens CRX-fil

Ladda ner Shnap - Visual Search for Fashion-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Shnap - Visual Search for Fashion Shnap - Visual Search for Fashion
ID lggddbpkamikjbnoehdcjnkggcbkiech
Officiell webbadress https://chromewebstore.google.com/detail/shnap-visual-search-for-f/lggddbpkamikjbnoehdcjnkggcbkiech
Beskrivning Snap any image of a fashion item and instantly shop it!
Filstorlek 87.41 KB
Antal Installationer 195
Aktuell Version 0.4
Senast Uppdaterad 2020-06-22
Publiceringsdatum 2020-06-22
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare https://getshnap.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://getshnap.com
Hjälpsida URL https://theurge.com/page/faq
Stödda Språk 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\/*"
    ]
}