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"입니다.

확장 프로그램 스크린샷

screenshot

Slack Reaction Notifications 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🥳 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 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"
    ]
}