Shnap - Visual Search for Fashion

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

Что такое Shnap - Visual Search for Fashion?

Shnap - Visual Search for Fashion - это расширение Chrome, разработанное https://getshnap.com, и его основная функция - "Snap any image of a fashion item and instantly shop it!".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Shnap - Visual Search for Fashion

Скачайте файлы расширений Shnap - Visual Search for Fashion в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Shnap - Visual Search for Fashion Shnap - Visual Search for Fashion
ID lggddbpkamikjbnoehdcjnkggcbkiech
Официальный URL https://chromewebstore.google.com/detail/shnap-visual-search-for-f/lggddbpkamikjbnoehdcjnkggcbkiech
Описание Snap any image of a fashion item and instantly shop it!
Размер файла 87.41 KB
Количество установок 195
Текущая Версия 0.4
Последнее Обновление 2020-06-22
Дата публикации 2020-06-22
Рейтинг 1.00/5 Всего 1 оценок
Разработчик https://getshnap.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://getshnap.com
URL страницы помощи https://theurge.com/page/faq
Поддерживаемые языки 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\/*"
    ]
}