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 |
电子邮箱 | [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" ] } |