Slack Reaction Notifications
Get a notification for reactions in Slack
Hvad er Slack Reaction Notifications?
Slack Reaction Notifications er en Chrome-udvidelse udviklet af Simon Cleriot, og dens hovedfunktion er "Get a notification for reactions in Slack".
Udvidelsesskærmbilleder
Download Slack Reaction Notifications-udvidelses-CRX-fil
Download Slack Reaction Notifications-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
🥳 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æggende oplysninger om udvidelsen
Navn | Slack Reaction Notifications |
ID | fckdljeklojijnbbggpacnphkgflhpda |
Officiel URL | https://chromewebstore.google.com/detail/slack-reaction-notificati/fckdljeklojijnbbggpacnphkgflhpda |
Beskrivelse | Get a notification for reactions in Slack |
Filstørrelse | 1.19 MB |
Antal Installationer | 277 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2021-05-04 |
Udgivelsesdato | 2021-01-28 |
Bedømmelse | 3.40/5 Samlet 5 Bedømmelser |
Udvikler | Simon Cleriot |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |