N-bot - Microsoft Teams Online class Attender

By Nithin S

N-bot - Microsoft Teams Online class Attenderคืออะไร?

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

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย N-bot - Microsoft Teams Online class Attender ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        * Microsoft Teams Online meeting attending bot.
* Microsoft Teams automatic meeting attender.

- Changelog v2.5 : Most awaited feature. Mutes your mic before joining a meeting

Google Meet users can refer here : https://link.nithins.me/gmbot

[ For educational purposes only - To learn how chrome extension can perform daily repeated tasks ]

Detailed info and tutorial to operate the bot is available on my YouTube channel : https://youtube.com/TechinStudio 

You'll get your full attendance for all the classes.
(I am not responsible for any issues related to your attendance.)

1) Provide the name of your Microsoft-team according to its time slot by clicking on the extension

2) Just keep your PC on and the bot will attend all your classes. 
OR
2.5) Deploy it on an Azure server to save data and also your PC. This will make the bot fully autonomous

3) Will join the meetings at the exact provided time.

4) Exits meeting at the prescribed time.

5) Waits for the next class to start and continues its process.

6) Will run for days/weeks/months without human interaction provided that the timetable remains same on all days.

7) You can update your timetable on the bot any time in between. (Refresh window after update)
 
8) Report bugs at [email protected]

[Non functional for PES University students ONLY]
[Any other organisation who wish to ban this bot for your organisation's meetings can contact me personally on [email protected]]

- Online Class attending bot                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ N-bot - Microsoft Teams Online class Attender N-bot - Microsoft Teams Online class Attender
ID onbankppjhoeccfkpnhogojjllbefglb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/n-bot-microsoft-teams-onl/onbankppjhoeccfkpnhogojjllbefglb
คำอธิบาย By Nithin S
ขนาดไฟล์ 123 KB
จำนวนการติดตั้ง 3,850
เวอร์ชันปัจจุบัน 2.5.1
อัปเดตครั้งล่าสุด 2021-07-24
วันที่เผยแพร่ 2020-08-18
คะแนน 4.50/5 รวมทั้งหมด 54 คะแนน
ผู้พัฒนา https://nithins.me
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย 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": 2,
    "name": "N-bot - Microsoft Teams Online class Attender",
    "version": "2.5.1",
    "description": "By Nithin S",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "N-bot - Microsoft Teams Online class Attendance Bot",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/teams.microsoft.com\/*"
            ],
            "js": [
                "jquery-3.5.1.js",
                "match.js",
                "contentscriptTeamsNith.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ]
}