Auto Attendant (Google Meet & MS Teams)
This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file
Auto Attendant (Google Meet & MS Teams)란 무엇입니까?
Auto Attendant (Google Meet & MS Teams)은(는) KIT_incubationcenter에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file"입니다.
확장 프로그램 스크린샷
Auto Attendant (Google Meet & MS Teams) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is to test the users' preference on attendance tracking. In the next version, we will launch new features, containing timing tracking and participates' interaction during the meeting.
확장 프로그램 기본 정보
이름 | Auto Attendant (Google Meet & MS Teams) |
ID | ddkafiapklpednilkcmmokogcciehabg |
공식 URL | https://chromewebstore.google.com/detail/auto-attendant-google-mee/ddkafiapklpednilkcmmokogcciehabg |
설명 | This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file |
파일 크기 | 29.92 KB |
설치 횟수 | 165 |
현재 버전 | 0.01 |
최근 업데이트 | 2022-02-09 |
출시 날짜 | 2022-02-09 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | KIT_incubationcenter |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Attendant (Google Meet & MS Teams)", "version": "0.01", "description": "This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file", "permissions": [ "downloads", "activeTab", "declarativeContent", "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "..\/html\/popup.html", "default_icon": { "16": "images\/particip_16.png", "32": "images\/particip_32.png", "48": "images\/particip_48.png", "128": "images\/particip_128.png" } }, "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "get-call.js" ], "matches": [ " |