Sassique Snip Button

Snip your favorite looks and products

Что такое Sassique Snip Button?

Sassique Snip Button - это расширение Chrome, разработанное https://sassique.com, и его основная функция - "Snip your favorite looks and products".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Sassique Snip Button

Скачайте файлы расширений Sassique Snip Button в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        The Snip Button can be used to collect images from other fashion websites for shopping and inspiration. These images will link back to the original websites where they were found, and can be collected and arranged into lists and looks in your personal Sassique profile.                    

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

Название Sassique Snip Button Sassique Snip Button
ID ohhbolhhdgamielooefpkdbdinlocmbg
Официальный URL https://chromewebstore.google.com/detail/sassique-snip-button/ohhbolhhdgamielooefpkdbdinlocmbg
Описание Snip your favorite looks and products
Размер файла 88.64 KB
Количество установок 285
Текущая Версия 1.5
Последнее Обновление 2021-08-21
Дата публикации 2019-01-13
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://sassique.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://sassique.com
URL страницы помощи https://sassique.com/faq
URL страницы политики конфиденциальности https://www.sassique.com/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sassique Snip Button",
    "description": "Snip your favorite looks and products",
    "version": "1.5",
    "browser_action": {
        "default_icon": "icon-snip.png"
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-latest.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon-snip16.png",
        "48": "icon-snip48.png",
        "128": "icon-snip128.png"
    },
    "permissions": [
        ""
    ]
}