Google Meet Auto Leave
GoogleMeet Auto Leave: on time, number of members, minutes _abx
Google Meet Auto Leave란 무엇입니까?
Google Meet Auto Leave은(는) abx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GoogleMeet Auto Leave: on time, number of members, minutes _abx"입니다.
확장 프로그램 스크린샷
Google Meet Auto Leave 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Google Meet Auto Leave : Auto Leave google meetings "AUTOMATE THE ONLINE CLASSES AND CHILL" Features: Auto Leave meet , 1. Specified Time : The meet will Automatically exits on time specified by user. 2. Participants/Members left : The meet will Automatically exits when the number of participants fall below the number specified by user 3. Minutes left : It starts a count down timer and The meet will Automatically exits when countdown hit 00:00. HOW TO USE?? Visit "https://meet.google.com/**"(Any google meet) Then Click on Extension 1. Select your preference. 2. Enter the Value And click on Tick Button. (Hourglass Icon appers on left bottom, means the extension is working in background). 3. Sit back and relax. It automaically exit Google meet. (anytime to cancel the timer/background process hit Stop Icon). Like my work, Add your valuable Reviews. Made with ❤ By : abx.
확장 프로그램 기본 정보
이름 | |
ID | ijbcojchpkeeegcffccflenaooemfoee |
공식 URL | https://chrome.google.com/webstore/detail/google-meet-auto-leave/ijbcojchpkeeegcffccflenaooemfoee |
설명 | GoogleMeet Auto Leave: on time, number of members, minutes _abx |
파일 크기 | 213 KB |
설치 횟수 | 2,608 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2020-11-07 |
출시 날짜 | 2020-10-14 |
평점 | 3.48/5 총 25 개의 평점 |
개발자 | abx |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://bhattcodes.github.io |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Meet Auto Leave", "description": "GoogleMeet Auto Leave: on time, number of members, minutes _abx", "version": "1.1.0", "author": "abx", "icons": { "512": "images\/editexiticon1.png" }, "browser_action": { "default_icon": "images\/editexiticon1.png", "default_popup": "index.html", "default_title": "Auto Leave Google Meet" }, "content_scripts": [ { "js": [ "background.js" ], "matches": [ "http:\/\/meet.google.com\/*", "https:\/\/meet.google.com\/*" ] } ] } |