Video Call Air Time Monitor
This extension is meant as a tool to help coach colleagues, bosses, or anyone else in your organization! It can be used to prove…
Video Call Air Time Monitor란 무엇입니까?
Video Call Air Time Monitor은(는) Austin Wilson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is meant as a tool to help coach colleagues, bosses, or anyone else in your organization! It can be used to prove…"입니다.
확장 프로그램 스크린샷
Video Call Air Time Monitor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is meant as a tool to help coach colleagues, bosses, or anyone else in your organization! It can be used to prove that certain people on your team are taking up a larger proportion of the "Air Time" than they should and to give concrete data to start a real conversation about how to make sure all voices are included in virtual meetings. It can also be used to help push people to speak up more! If you want to run meetings where you are not the one 'leading' and ensuring that others' voices are heard, use this tool to coach yourself and to make sure those in the meeting who aren't taking up their space have a chance to do so!
확장 프로그램 기본 정보
이름 | Video Call Air Time Monitor |
ID | njamajijkfjeppnpdndamgkefcjdnkkm |
공식 URL | https://chromewebstore.google.com/detail/video-call-air-time-monit/njamajijkfjeppnpdndamgkefcjdnkkm |
설명 | This extension is meant as a tool to help coach colleagues, bosses, or anyone else in your organization! It can be used to prove… |
파일 크기 | 43.11 KB |
설치 횟수 | 42 |
현재 버전 | 0.3.0 |
최근 업데이트 | 2022-11-23 |
출시 날짜 | 2021-04-02 |
개발자 | Austin Wilson |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Video Call Air Time Monitor", "version": "0.3.0", "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "jquery-3.6.0.min.js", "content.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ], "action": { "default_icon": "icon16.png" }, "background": { "service_worker": "background.js" } } |