Slack Reaction Notifications

Get a notification for reactions in Slack

Vad är Slack Reaction Notifications?

Slack Reaction Notifications är en Chrome-tillägg utvecklad av Simon Cleriot, och dess huvudfunktion är "Get a notification for reactions in Slack".

Tilläggsskärmbilder

screenshot

Ladda ner Slack Reaction Notifications-förlängningens CRX-fil

Ladda ner Slack Reaction Notifications-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Slack Reaction Notifications Slack Reaction Notifications
ID fckdljeklojijnbbggpacnphkgflhpda
Officiell webbadress https://chromewebstore.google.com/detail/slack-reaction-notificati/fckdljeklojijnbbggpacnphkgflhpda
Beskrivning Get a notification for reactions in Slack
Filstorlek 1.19 MB
Antal Installationer 277
Aktuell Version 1.0.2
Senast Uppdaterad 2021-05-04
Publiceringsdatum 2021-01-28
Betyg 3.40/5 Totalt 5 Betyg
Utvecklare Simon Cleriot
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}