Teams Notification Alert
Teams web app Notification Alert Used by Night Shift
O que é Teams Notification Alert?
Teams Notification Alert é uma extensão do Chrome desenvolvida por Max Yang, e sua principal característica é "Teams web app Notification Alert Used by Night Shift".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Teams Notification Alert
Baixe arquivos de extensão Teams Notification Alert no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 ';'
Informações Básicas da Extensão
Nome | Teams Notification Alert |
ID | mnhjkbmimdpecnhoacaflgbbihdipjde |
URL Oficial | https://chromewebstore.google.com/detail/teams-notification-alert/mnhjkbmimdpecnhoacaflgbbihdipjde |
Descrição | Teams web app Notification Alert Used by Night Shift |
Tamanho do Arquivo | 673 KB |
Contagem de Instalações | 447 |
Versão Atual | 1.3 |
Última Atualização | 2020-11-28 |
Data de Publicação | 2019-12-29 |
Desenvolvedor | Max Yang |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://social.chinacloudsites.cn/Home/Privacypolicy |
Idiomas Suportados | 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 } |