N-bot - Google Meet Online class Attender
By Nithin S
N-bot - Google Meet Online class Attender란 무엇입니까?
N-bot - Google Meet Online class Attender은(는) https://nithins.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "By Nithin S"입니다.
확장 프로그램 스크린샷
N-bot - Google Meet Online class Attender 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A bot to attend your Google Meet meetings/classes Instructions : 1. Enter the meeting link 2. Enter the length of the class in minutes 3. Enter the time in 24 hour format 4. Open https://meet.google.com and keep it open. 5. Automatically joins the meeting on the given link, provided that the meeting has started and there is atleast one or more attendees in the meeting 6. Refresh Google Meet page after updating the timetable 7. Please make sure you are using English Version of Google Meet - Online class Bot for Google Meet - Online Class attendance Bot - Online Class attending bot Need a bot for Microsoft Teams ? - Refer here https://link.nithins.me/bot Purchase N-bot Pro at https://nbot.live
확장 프로그램 기본 정보
이름 | N-bot - Google Meet Online class Attender |
ID | cpcenjbkciljcgglpgcmghcphjcbkffg |
공식 URL | https://chromewebstore.google.com/detail/n-bot-google-meet-online/cpcenjbkciljcgglpgcmghcphjcbkffg |
설명 | By Nithin S |
파일 크기 | 410 KB |
설치 횟수 | 7,884 |
현재 버전 | 2.3.0 |
최근 업데이트 | 2022-05-27 |
출시 날짜 | 2020-10-09 |
평점 | 4.10/5 총 31 개의 평점 |
개발자 | https://nithins.me |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://nithins.me |
도움말 페이지 URL | https://nithins.me |
개인정보 보호 정책 페이지 URL | https://nithins.me/nbot/privacyPolicy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "N-bot - Google Meet Online class Attender", "version": "2.3.0", "description": "By Nithin S", "icons": { "128": "icon\/icon.png" }, "action": { "default_icon": "icon\/icon.png", "default_title": "N-bot - Google Meet Online class Attender", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "css": [ "css\/nbot.css" ], "js": [ "WebRTC\/videomain.js", "WebRTC\/recordrtc.js", "WebRTC\/adapter.js", "WebRTC\/video.js", "WebRTC\/ts.js", "WebRTC\/jquery.js", "js\/contentscriptMeet.js" ] } ], "permissions": [ "storage", "cookies" ], "host_permissions": [ "https:\/\/nbot.live\/" ], "background": { "service_worker": "js\/background.js" } } |