Google Meet Attendance & Engagement

Best tool to track your students engagement on Google meet, dark mode, download XLSX, CSV

Google Meet Attendance & Engagement क्या है?

Google Meet Attendance & Engagement paulobricenogonzalez द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Best tool to track your students engagement on Google meet, dark mode, download XLSX, CSV"।

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

screenshot

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

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

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

                        Track your students attendance and engagement in an easy way.
No registration process.
Dark Mode, Download csv, XLSX.                    

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

नाम Google Meet Attendance & Engagement Google Meet Attendance & Engagement
ID dfoeddmkpdeheffinggbeggiebnhhmno
आधिकारिक URL https://chromewebstore.google.com/detail/google-meet-attendance-en/dfoeddmkpdeheffinggbeggiebnhhmno
विवरण Best tool to track your students engagement on Google meet, dark mode, download XLSX, CSV
फ़ाइल का आकार 786 KB
स्थापना संख्या 9,000
वर्तमान संस्करण 2.3.8
अंतिम अपडेट 2021-08-31
प्रकाशन तिथि 2020-09-29
रेटिंग 3.63/5 कुल 54 रेटिंग्स
डेवलपर paulobricenogonzalez
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Meet Attendance & Engagement",
    "version": "2.3.8",
    "description": "__MSG_manifest_description__",
    "default_locale": "en",
    "icons": {
        "16": "images\/logos\/icon.png",
        "48": "images\/logos\/logo_48.png",
        "128": "images\/logos\/logo_128.png"
    },
    "browser_action": {
        "default_icon": "images\/logos\/icon.png",
        "default_popup": "html\/popup.html",
        "default_title": "Google Meet Attendance & Engagement"
    },
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "notifications"
    ],
    "web_accessible_resources": [
        "images\/logos\/logo_48.png",
        "images\/check.svg",
        "images\/like.svg",
        "images\/x.svg",
        "images\/mute.svg"
    ]
}