Slack Reaction Notifications

Get a notification for reactions in Slack

O que é Slack Reaction Notifications?

Slack Reaction Notifications é uma extensão do Chrome desenvolvida por Simon Cleriot, e sua principal característica é "Get a notification for reactions in Slack".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Slack Reaction Notifications

Baixe arquivos de extensão Slack Reaction Notifications no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        🥳 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.                    

Informações Básicas da Extensão

Nome Slack Reaction Notifications Slack Reaction Notifications
ID fckdljeklojijnbbggpacnphkgflhpda
URL Oficial https://chromewebstore.google.com/detail/slack-reaction-notificati/fckdljeklojijnbbggpacnphkgflhpda
Descrição Get a notification for reactions in Slack
Tamanho do Arquivo 1.19 MB
Contagem de Instalações 277
Versão Atual 1.0.2
Última Atualização 2021-05-04
Data de Publicação 2021-01-28
Classificação 3.40/5 Total de 5 Avaliações
Desenvolvedor Simon Cleriot
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}