Google Meet Attendance

Simple way to take an attendance on Google Meet

Google Meet Attendance क्या है?

Google Meet Attendance https://www.w3technic.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple way to take an attendance on Google Meet"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google Meet Attendance एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension is intended for users who need a simple way to take attendance during a Google Meet calls. 
This extension adds a button to the top right bar, you only need to click to this button and get all participants list

DOCUMENTATION
To begin using this extension, here is what you need to do:
Install the Software Extension
Go inside a Google Meet meeting.
Click on the extension icon when you are IN the meeting to activate the extension. 
Attendance taking will be enabled once you click on the extension icon when you are in a Google Meet online video call.
PURPOSE
This extension was made to help all the teachers and students figuring out distance learning together.

PRIVACY POLICY
We don't store your data, period.
Thanks!                    

एक्सटेंशन की मूल जानकारी

नाम Google Meet Attendance Google Meet Attendance
ID bpnbncnlmblkmeleaiaccmdikkdkicim
आधिकारिक URL https://chromewebstore.google.com/detail/google-meet-attendance/bpnbncnlmblkmeleaiaccmdikkdkicim
विवरण Simple way to take an attendance on Google Meet
फ़ाइल का आकार 633 KB
स्थापना संख्या 1,193
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2020-08-03
प्रकाशन तिथि 2020-08-03
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर https://www.w3technic.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.w3technic.com/2020/08/how-to-take-attendance-in-google-meet.html
सहायता पृष्ठ URL https://www.w3technic.com/p/contact.html
गोपनीयता नीति पृष्ठ URL https://w3technic.com/privacy-policy
समर्थित भाषाएँ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "version": "1.0.1",
    "version_name": "1.0.1",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png",
        "256": "img\/256.png"
    },
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "\/js\/update-conf.js",
            "\/js\/update.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "img\/512.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_AppName__"
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "offline_enabled": true
}