Teams Notification Alert
Teams web app Notification Alert Used by Night Shift
ما هو Teams Notification Alert؟
Teams Notification Alert هو إضافة Chrome تم تطويرها بواسطة Max Yang، والميزة الرئيسية لها هي "Teams web app Notification Alert Used by Night Shift".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Teams Notification Alert
قم بتنزيل ملفات الامتداد Teams Notification Alert بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
for Night shift used microsoft teams will miss some message. Used team Notification Alert you can got voice notification very loudly :) 1 login teams : https://teams.microsoft.com 2 At Teams tab, Click icon Run Teams Notification Alert. 3 Keep the Pop windows. It's will Alert when New Message come V1.3 Feature: 1 you can define keyword to ALert. such as : Max;Hello;Hi 2 Please split key word used by ';'
معلومات أساسية عن التمديد
الاسم | Teams Notification Alert |
ID | mnhjkbmimdpecnhoacaflgbbihdipjde |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/teams-notification-alert/mnhjkbmimdpecnhoacaflgbbihdipjde |
الوصف | Teams web app Notification Alert Used by Night Shift |
حجم الملف | 673 KB |
عدد التثبيتات | 447 |
النسخة الحالية | 1.3 |
آخر تحديث | 2020-11-28 |
تاريخ النشر | 2019-12-29 |
المطور | Max Yang |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://social.chinacloudsites.cn/Home/Privacypolicy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Teams Notification Alert", "description": "Teams web app Notification Alert Used by Night Shift", "version": "1.3", "icons": { "48": "icon.png", "38": "icon2.png" }, "background": { "scripts": [ "background.js", "myaction.js", "jquery.min.js" ] }, "browser_action": { "default_icon": "icon2.png", "default_title": "Teams Notification Alert 1.3" }, "permissions": [ "debugger", "notifications", "https:\/\/*.teams.microsoft.com\/*" ], "manifest_version": 2 } |