Swell

Swell Notifications

Что такое Swell?

Swell - это расширение Chrome, разработанное Swell, и его основная функция - "Swell Notifications".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Swell users will receive notifications for new incoming messages, reviews, or team chats to their Swell account. Version 2 includes the option of turning on or off specific notifications, as well as turning on or off the notification bell.                    

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

Название Swell Swell
ID kibcamhgdmenhpbfnkbgjnnamhmfgknk
Официальный URL https://chromewebstore.google.com/detail/swell/kibcamhgdmenhpbfnkbgjnnamhmfgknk
Описание Swell Notifications
Размер файла 133 KB
Количество установок 7,000
Текущая Версия 2.0.0
Последнее Обновление 2021-01-14
Дата публикации 2020-10-14
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Swell
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://platform.swellcx.com
URL страницы помощи https://platform.swellcx.com
URL страницы политики конфиденциальности https://assets.website-files.com/5eb19fb2886aacc5bac93ae2/5eb19fb2886aac538bc93bbe_Swell_PDF_Privacy%20Policy_Q1%202020.pdf
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Swell",
    "version": "2.0.0",
    "description": "Swell Notifications",
    "icons": {
        "16": "swellcx_logo.png",
        "48": "swellcx_logo.png",
        "128": "swellcx_logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_title": "New Message!",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "swellcx_logo.png",
            "24": "swellcx_logo.png",
            "32": "swellcx_logo.png"
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/platform.swellcx.com\/*",
            "*:\/\/qa.swellcx.com\/*"
        ]
    },
    "manifest_version": 2
}