Teams Call Manager
Help user sleep during Microsoft Teams call
Teams Call Manager란 무엇입니까?
Teams Call Manager은(는) aln0071에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Help user sleep during Microsoft Teams call"입니다.
확장 프로그램 스크린샷
Teams Call Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Auto cut Microsoft Teams calls if number of attendees go below the limit set by user. Manages the call even if the user sleeps during the call :D. For using this extension, open teams web application at https://teams.microsoft.com/.
확장 프로그램 기본 정보
이름 | Teams Call Manager |
ID | gmklieclhlmicflemopmbllaldmejnkp |
공식 URL | https://chromewebstore.google.com/detail/teams-call-manager/gmklieclhlmicflemopmbllaldmejnkp |
설명 | Help user sleep during Microsoft Teams call |
파일 크기 | 19.95 KB |
설치 횟수 | 635 |
현재 버전 | 1.0 |
최근 업데이트 | 2021-01-20 |
출시 날짜 | 2020-07-29 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | aln0071 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://aln0071.github.io/ |
도움말 페이지 URL | https://aln0071.github.io/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Teams Call Manager", "version": "1.0", "description": "Help user sleep during Microsoft Teams call", "permissions": [ "activeTab", "declarativeContent" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "author": "Alan Kuriakose", "homepage_url": "https:\/\/aln0071.github.io\/", "manifest_version": 2 } |