Slack Reaction Notifications
Get a notification for reactions in Slack
Τι είναι το Slack Reaction Notifications;
Το Slack Reaction Notifications είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Simon Cleriot, και η κύρια λειτουργία του είναι "Get a notification for reactions in Slack".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Slack Reaction Notifications
Λήψη αρχείων επέκτασης Slack Reaction Notifications σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
🥳 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Slack Reaction Notifications |
ID | fckdljeklojijnbbggpacnphkgflhpda |
Επίσημο URL | https://chromewebstore.google.com/detail/slack-reaction-notificati/fckdljeklojijnbbggpacnphkgflhpda |
Περιγραφή | Get a notification for reactions in Slack |
Μέγεθος Αρχείου | 1.19 MB |
Αριθμός Εγκαταστάσεων | 277 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2021-05-04 |
Ημερομηνία Δημοσίευσης | 2021-01-28 |
Αξιολόγηση | 3.40/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | Simon Cleriot |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } |