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”。

擴展截圖

screenshot
screenshot

下載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 N-bot - Google Meet Online class Attender
ID cpcenjbkciljcgglpgcmghcphjcbkffg
官方網址 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"
    }
}