AutoLeaveMeet: Google Meet Auto Leaver
Automatically leave a Google meet when a certain threshold (number of participants leave within 12 seconds) is met!
AutoLeaveMeet: Google Meet Auto Leaver란 무엇입니까?
AutoLeaveMeet: Google Meet Auto Leaver은(는) tjyn0212에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically leave a Google meet when a certain threshold (number of participants leave within 12 seconds) is met!"입니다.
확장 프로그램 스크린샷
AutoLeaveMeet: Google Meet Auto Leaver 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Google Meet Leaver - Auto leave google meetings Google Meet Auto Leave - Quit and Leave google meet automatically by setting a minimum threshold in very simple method! Do you have a lot of Google meetings that keep getting in the way? Now you can unwind and let this extension run an unimportant Google meeting on its own without having to worry! Automatically leave a Google Meet when a certain threshold of participants is met within 12 seconds. Where? - Works for online class in Google Meet - Works for any meeting in Google Meet Four simple step! 1) Go to the google meet tab 2) Click on this extension! 3) Set a threshold (Number of participants leave within a 12 seconds interval) 4) Click on Set Then you are done! How it WORKS? - The system will check for number of participants every 12 seconds - then it checks whether the difference between the previous number of participants with the current participants left in the meeting - if the difference hit the threshold, then it automatically helps user leave the google meet meetings! How to Quit: Refresh the page/tab or close the tab to stop it from running Related topic: Google Meet Leaver, Meet Leaver, GoogleMeet Leaver, Leave meeting, Exit Meet Version 1.02 - Fix a bug where user cant leave meet even the threshold is met.
확장 프로그램 기본 정보
이름 | AutoLeaveMeet: Google Meet Auto Leaver |
ID | bpabhlgoefeojkcffghdonocpgdifbop |
공식 URL | https://chromewebstore.google.com/detail/autoleavemeet-google-meet/bpabhlgoefeojkcffghdonocpgdifbop |
설명 | Automatically leave a Google meet when a certain threshold (number of participants leave within 12 seconds) is met! |
파일 크기 | 162 KB |
설치 횟수 | 448 |
현재 버전 | 1.02 |
최근 업데이트 | 2022-03-10 |
출시 날짜 | 2021-11-25 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | tjyn0212 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/jyan212/AutoLeaveMeet |
도움말 페이지 URL | https://github.com/jyan212/AutoLeaveMeet |
개인정보 보호 정책 페이지 URL | https://github.com/jyan212/AutoLeaveMeet/blob/master/PRIVACY_POLICY.md |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AutoLeaveMeet: Google Meet Auto Leaver", "description": "Automatically leave a Google meet when a certain threshold (number of participants leave within 12 seconds) is met!", "version": "1.02", "manifest_version": 3, "background": { "service_worker": ".\/js\/background.js" }, "icons": { "128": ".\/img\/alm-128.png" }, "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/meet.google.com\/*", "http:\/\/meet.google.com\/*" ], "action": { "default_popup": "popup.html" } } |