Slack Reaction Notifications

Get a notification for reactions in Slack

Что такое Slack Reaction Notifications?

Slack Reaction Notifications - это расширение Chrome, разработанное Simon Cleriot, и его основная функция - "Get a notification for reactions in Slack".

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

screenshot

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

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

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

                        🥳 Get desktop notifications for Slack emoji reactions

Install the browser extension, you'll be prompted to login with your Slack account.
Everytime someone will react to one of your message, you'll get a short notification.                    

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

Название Slack Reaction Notifications Slack Reaction Notifications
ID fckdljeklojijnbbggpacnphkgflhpda
Официальный URL https://chromewebstore.google.com/detail/slack-reaction-notificati/fckdljeklojijnbbggpacnphkgflhpda
Описание Get a notification for reactions in Slack
Размер файла 1.19 MB
Количество установок 277
Текущая Версия 1.0.2
Последнее Обновление 2021-05-04
Дата публикации 2021-01-28
Рейтинг 3.40/5 Всего 5 оценок
Разработчик Simon Cleriot
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slack Reaction Notifications",
    "description": "Get a notification for reactions in Slack",
    "version": "1.0.2",
    "manifest_version": 2,
    "author": "Simon Cleriot",
    "homepage_url": "https:\/\/github.com\/scleriot\/slack-reactions-notification",
    "background": {
        "scripts": [
            "build\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [],
    "browser_action": {
        "default_popup": "build\/popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "192": "icon-192.png",
            "128": "icon-128.png",
            "260": "icon-260.png",
            "48": "icon-48.png"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "192": "icon-192.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "https:\/\/slack.com\/*",
        "https:\/\/*.slack.com\/*",
        "https:\/\/*.lb.slack-msgs.com\/*",
        "notifications",
        "identity",
        "storage"
    ]
}