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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "By Nithin S"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में N-bot - Google Meet Online class Attender एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |