Slack Reaction Notifications

Get a notification for reactions in Slack

Slack Reaction Notifications क्या है?

Slack Reaction Notifications Simon Cleriot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get a notification for reactions in Slack"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Slack Reaction Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}