N-bot - Google Meet Online class Attender

By Nithin S

N-bot - Google Meet Online class Attenderคืออะไร?

N-bot - Google Meet Online class Attender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nithins.me และคุณลักษณะหลักของมันคือ "By Nithin S"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย N-bot - Google Meet Online class Attender

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}