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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}