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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
URL страницы политики конфиденциальности | 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 } |