Google Meet AutoExit
Google Meet AutoExit
Google Meet AutoExit란 무엇입니까?
Google Meet AutoExit은(는) sakujo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Google Meet AutoExit"입니다.
확장 프로그램 스크린샷
Google Meet AutoExit 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Automatically exit a google meet meeting ****** Change-logs ***** 1.) Optimised the performance 2.) Looked after the mic activation complaints 3.) Updated for new interface of Google Meet *************************** There are two options : - 1) EXIT AT A SPECIFIC TIME : the meeting would be exited at the time specified. 2) EXIT BASED ON PARTICIPANTS the meeting would be exited when the number of participants fall below the number specified. Created by : - Lakshay Dhiman (sakujo)
확장 프로그램 기본 정보
이름 | Google Meet AutoExit |
ID | pokmephakeikepjkmloeopmjjmiioeno |
공식 URL | https://chromewebstore.google.com/detail/google-meet-autoexit/pokmephakeikepjkmloeopmjjmiioeno |
설명 | Google Meet AutoExit |
파일 크기 | 14.62 KB |
설치 횟수 | 1,803 |
현재 버전 | 2.1 |
최근 업데이트 | 2022-01-28 |
출시 날짜 | 2020-09-01 |
평점 | 4.06/5 총 16 개의 평점 |
개발자 | sakujo |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet AutoExit", "version": "2.1", "description": "Google Meet AutoExit", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon128.png" }, "permissions": [ "activeTab" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |