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 هو إضافة Chrome تم تطويرها بواسطة paulobricenogonzalez، والميزة الرئيسية لها هي "Best tool to track your students engagement on Google meet, dark mode, download XLSX, CSV".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Google Meet Attendance & Engagement

قم بتنزيل ملفات الامتداد Google Meet Attendance & Engagement بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}