Teams Notification Alert
Teams web app Notification Alert Used by Night Shift
Co to jest Teams Notification Alert?
Teams Notification Alert to rozszerzenie Chrome opracowane przez Max Yang, a jego główną funkcją jest „Teams web app Notification Alert Used by Night Shift”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Teams Notification Alert
Pobierz pliki rozszerzeń Teams Notification Alert w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 ';'
Podstawowe informacje o rozszerzeniu
Nazwa | Teams Notification Alert |
ID | mnhjkbmimdpecnhoacaflgbbihdipjde |
Oficjalny URL | https://chromewebstore.google.com/detail/teams-notification-alert/mnhjkbmimdpecnhoacaflgbbihdipjde |
Opis | Teams web app Notification Alert Used by Night Shift |
Rozmiar pliku | 673 KB |
Liczba instalacji | 447 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2020-11-28 |
Data Publikacji | 2019-12-29 |
Deweloper | Max Yang |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://social.chinacloudsites.cn/Home/Privacypolicy |
Obsługiwane Języki | 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 } |