Google Meet Attendance & Engagement

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

Co to jest Google Meet Attendance & Engagement?

Google Meet Attendance & Engagement to rozszerzenie Chrome opracowane przez paulobricenogonzalez, a jego główną funkcją jest „Best tool to track your students engagement on Google meet, dark mode, download XLSX, CSV”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Google Meet Attendance & Engagement

Pobierz pliki rozszerzeń Google Meet Attendance & Engagement w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Google Meet Attendance & Engagement Google Meet Attendance & Engagement
ID dfoeddmkpdeheffinggbeggiebnhhmno
Oficjalny URL https://chromewebstore.google.com/detail/google-meet-attendance-en/dfoeddmkpdeheffinggbeggiebnhhmno
Opis Best tool to track your students engagement on Google meet, dark mode, download XLSX, CSV
Rozmiar pliku 786 KB
Liczba instalacji 9,000
Aktualna Wersja 2.3.8
Ostatnia Aktualizacja 2021-08-31
Data Publikacji 2020-09-29
Ocena 3.63/5 Łącznie 54 Oceny
Deweloper paulobricenogonzalez
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}