Mr Meet - Take Attendance in Google Meet

Adds new class-oriented functionality to Google Meet. Take attendance and select a random student.

Mr Meet - Take Attendance in Google Meetคืออะไร?

Mr Meet - Take Attendance in Google Meet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Martín Moreno และคุณลักษณะหลักของมันคือ "Adds new class-oriented functionality to Google Meet. Take attendance and select a random student."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mr Meet - Take Attendance in Google Meet

ดาวน์โหลดไฟล์ส่วนขยาย Mr Meet - Take Attendance in Google Meet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        The most complete and easy to use attendance extension for Google Meet!
Its integration with Google Drive allows you to keep everything organized in automatically created folders and spreadsheets.

More info and screenshots here:
https://github.com/martinmorenoc/mr-meet.git                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mr Meet - Take Attendance in Google Meet Mr Meet - Take Attendance in Google Meet
ID cipejegejindaigfnpffjkihnilkkflc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mr-meet-take-attendance-i/cipejegejindaigfnpffjkihnilkkflc
คำอธิบาย Adds new class-oriented functionality to Google Meet. Take attendance and select a random student.
ขนาดไฟล์ 91.19 KB
จำนวนการติดตั้ง 133
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2022-07-14
วันที่เผยแพร่ 2022-03-02
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Martín Moreno
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "container": "GOOGLE_DRIVE",
    "api_console_project_id": "426988588387",
    "version": "1.0.3",
    "oauth2": {
        "client_id": "426988588387-45t865hnqu44u4p25lba8ihpgjgm2jn2.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq0AUTc5Wn6\/leppHTs2vk79bxQ4rx\/CUNv5YI79rp0OL9Qs9jzSPhLnPo4f9uCLuctA+lmTUplQikwNJ0+\/zzJMvakM9LbVDiyW\/+S5lLLYIYkoSYllifbVdK0\/g14tUTDgNdcyjticgkcPo31U+q\/ehyb5oQ8Fthim26GNA1gzrssGrL96e++Fim1TWh1Ff24BG5UzkfULV6B83bN6eIU7uEfUv3RGSbtYwQjbT005XCCIK5WHcql\/NN95clhgixPJbnxHt+dFlS8M6A\/HRBEdi1\/JbFzY4ED0EgHpTPYk5tiTkZSc4Z+0ulS7y4A4MCbksbFdFrZdFnTDZRRlEZwIDAQAB",
    "action": {
        "default_icon": "images\/16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "host_permissions": [
        ""
    ]
}