Slack Reaction Notifications
Get a notification for reactions in Slack
Slack Reaction Notificationsとは何ですか?
Slack Reaction NotificationsはSimon Cleriotによって開発されたChromeの拡張機能で、その主な機能は「Get a notification for reactions in Slack」です。
拡張機能のスクリーンショット
Slack Reaction Notifications拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |