Slack Reaction Notifications

Get a notification for reactions in Slack

Slack Reaction Notificationsคืออะไร?

Slack Reaction Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Simon Cleriot และคุณลักษณะหลักของมันคือ "Get a notification for reactions in Slack"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Slack Reaction Notifications

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}