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 |
官方網址 | 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" ] } |