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ファイルをダウンロード
N-bot - Google Meet Online class Attender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |