Slack Reaction Notifications

Get a notification for reactions in Slack

Co to jest Slack Reaction Notifications?

Slack Reaction Notifications to rozszerzenie Chrome opracowane przez Simon Cleriot, a jego główną funkcją jest „Get a notification for reactions in Slack”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Slack Reaction Notifications

Pobierz pliki rozszerzeń Slack Reaction Notifications w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Slack Reaction Notifications Slack Reaction Notifications
ID fckdljeklojijnbbggpacnphkgflhpda
Oficjalny URL https://chromewebstore.google.com/detail/slack-reaction-notificati/fckdljeklojijnbbggpacnphkgflhpda
Opis Get a notification for reactions in Slack
Rozmiar pliku 1.19 MB
Liczba instalacji 277
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2021-05-04
Data Publikacji 2021-01-28
Ocena 3.40/5 Łącznie 5 Oceny
Deweloper Simon Cleriot
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}