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 |
Eメール | [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 } |