N-bot - Google Meet Online class Attender
By Nithin S
N-bot - Google Meet Online class Attender là gì?
N-bot - Google Meet Online class Attender là một tiện ích mở rộng Chrome được phát triển bởi https://nithins.me, và tính năng chính của nó là "By Nithin S".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng N-bot - Google Meet Online class Attender
Tải xuống các tệp mở rộng N-bot - Google Meet Online class Attender dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | N-bot - Google Meet Online class Attender |
ID | cpcenjbkciljcgglpgcmghcphjcbkffg |
URL Chính Thức | https://chromewebstore.google.com/detail/n-bot-google-meet-online/cpcenjbkciljcgglpgcmghcphjcbkffg |
Mô tả | By Nithin S |
Kích Thước Tệp | 410 KB |
Số Lần Cài Đặt | 7,884 |
Phiên Bản Hiện Tại | 2.3.0 |
Cập Nhật Lần Cuối | 2022-05-27 |
Ngày Phát Hành | 2020-10-09 |
Đánh Giá | 4.10/5 Tổng số 31 Đánh Giá |
Nhà Phát Triển | https://nithins.me |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://nithins.me |
URL Trang Trợ Giúp | https://nithins.me |
URL Trang Chính Sách Bảo Mật | https://nithins.me/nbot/privacyPolicy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |