Slack Reaction Notifications
Get a notification for reactions in Slack
Was ist Slack Reaction Notifications?
Slack Reaction Notifications ist eine Chrome-Erweiterung, die von Simon Cleriot entwickelt wurde, und ihr Hauptmerkmal ist "Get a notification for reactions in Slack".
Erweiterungsscreenshots
Slack Reaction Notifications-Erweiterungs-CRX-Datei herunterladen
Laden Sie Slack Reaction Notifications-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
🥳 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.
Grundlegende Informationen zur Erweiterung
Name | Slack Reaction Notifications |
ID | fckdljeklojijnbbggpacnphkgflhpda |
Offizielle URL | https://chromewebstore.google.com/detail/slack-reaction-notificati/fckdljeklojijnbbggpacnphkgflhpda |
Beschreibung | Get a notification for reactions in Slack |
Dateigröße | 1.19 MB |
Installationsanzahl | 277 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2021-05-04 |
Veröffentlichungsdatum | 2021-01-28 |
Bewertung | 3.40/5 Insgesamt 5 Bewertungen |
Entwickler | Simon Cleriot |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |