Slack Reaction Notifications
Get a notification for reactions in Slack
Wat is Slack Reaction Notifications?
Slack Reaction Notifications is een Chrome-extensie ontwikkeld door Simon Cleriot, en de belangrijkste functie is "Get a notification for reactions in Slack".
Extensie Screenshots
Download het CRX-bestand van de extensie Slack Reaction Notifications
Download Slack Reaction Notifications-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
🥳 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.
Basisinformatie over de Extensie
Naam | Slack Reaction Notifications |
ID | fckdljeklojijnbbggpacnphkgflhpda |
Officiële URL | https://chromewebstore.google.com/detail/slack-reaction-notificati/fckdljeklojijnbbggpacnphkgflhpda |
Beschrijving | Get a notification for reactions in Slack |
Bestandsgrootte | 1.19 MB |
Aantal Installaties | 277 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2021-05-04 |
Publicatiedatum | 2021-01-28 |
Beoordeling | 3.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Simon Cleriot |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |