Teams Notification Alert
Teams web app Notification Alert Used by Night Shift
什么是Teams Notification Alert?
Teams Notification Alert是由Max Yang开发的Chrome扩展程序,该扩展的主要功能是“Teams web app Notification Alert Used by Night Shift”。
扩展截图
下载Teams Notification Alert扩展crx文件
下载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 } |