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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://nithins.me
عنوان صفحة سياسة الخصوصية 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"
    }
}