Meet Auto Exit Bot
Exits meet based on number of people present.
Meet Auto Exit Bot란 무엇입니까?
Meet Auto Exit Bot은(는) Harshith VA에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Exits meet based on number of people present."입니다.
확장 프로그램 스크린샷
Meet Auto Exit Bot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A simple bot that automatically clicks exit button based on number of people present in meet. New Version Out! Supports Google Meet, Zoom Note: New version prevents the execution of scripts in the background when you are in another tab. In order for the extension to work properly, you should not switch between tabs. How it works? 1. Click start button 2. Input the exiting count Ex: 2 3. First the bot will wait until members in meet reach count value +1(Ex: 3) 4. Once meet has users greater than count it will start checking 5. If the people in meet is less than count, it will click end button YouTube Tutorial https://www.youtube.com/watch?v=J2VXeb7TbOY
확장 프로그램 기본 정보
이름 | Meet Auto Exit Bot |
ID | pcfoikkjgbmaknfjbnlcolpkaldeneil |
공식 URL | https://chromewebstore.google.com/detail/meet-auto-exit-bot/pcfoikkjgbmaknfjbnlcolpkaldeneil |
설명 | Exits meet based on number of people present. |
파일 크기 | 153 KB |
설치 횟수 | 512 |
현재 버전 | 4.0 |
최근 업데이트 | 2022-05-25 |
출시 날짜 | 2021-05-11 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | Harshith VA |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/harshithva/meet-auto-exit-bot-extension |
도움말 페이지 URL | https://github.com/harshithva/meet-auto-exit-bot-extension |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meet Auto Exit Bot", "description": "Exits meet based on number of people present.", "version": "4.0", "manifest_version": 3, "icons": { "128": "icon_128.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ] } |