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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Slack Reaction Notifications
قم بتنزيل ملفات الامتداد Slack Reaction Notifications بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" ] } |