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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |