Teams Notification Alert
Teams web app Notification Alert Used by Night Shift
Wat is Teams Notification Alert?
Teams Notification Alert is een Chrome-extensie ontwikkeld door Max Yang, en de belangrijkste functie is "Teams web app Notification Alert Used by Night Shift".
Extensie Screenshots
Download het CRX-bestand van de extensie Teams Notification Alert
Download Teams Notification Alert-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 ';'
Basisinformatie over de Extensie
Naam | Teams Notification Alert |
ID | mnhjkbmimdpecnhoacaflgbbihdipjde |
Officiële URL | https://chromewebstore.google.com/detail/teams-notification-alert/mnhjkbmimdpecnhoacaflgbbihdipjde |
Beschrijving | Teams web app Notification Alert Used by Night Shift |
Bestandsgrootte | 673 KB |
Aantal Installaties | 447 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2020-11-28 |
Publicatiedatum | 2019-12-29 |
Ontwikkelaar | Max Yang |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://social.chinacloudsites.cn/Home/Privacypolicy |
Ondersteunde Talen | 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 } |