Google Meet Attendance

Simple way to take an attendance on Google Meet

Google Meet Attendanceคืออะไร?

Google Meet Attendance เป็นส่วนขยายของ Chrome ที่พัฒนาโดย techtalktold และคุณลักษณะหลักของมันคือ "Simple way to take an attendance on Google Meet"

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

screenshot

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

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

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

                        Simple way to take an attendance on Google Meet
This extension is intended for users who need a simple way to take attendance during a Google Meet calls. 
This extension adds a button to the top right bar, you only need to click to this button and get all participants list

DOCUMENTATION
To begin using this extension, here is what you need to do:
Install the Software Extension
Go inside a Google Meet meeting.
Click on the extension icon when you are IN the meeting to activate the extension. 
Attendance taking will be enabled once you click on the extension icon when you are in a Google Meet online video call.
PURPOSE
This extension was made to help all the teachers and students figuring out distance learning together.

PRIVACY POLICY
We don't store your data, period.
Thanks!                    

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

ชื่อ Google Meet Attendance Google Meet Attendance
ID plhknobinlmfjoaaagdifodejhhcgbbk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/google-meet-attendance/plhknobinlmfjoaaagdifodejhhcgbbk
คำอธิบาย Simple way to take an attendance on Google Meet
ขนาดไฟล์ 633 KB
จำนวนการติดตั้ง 1,008
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2020-08-12
วันที่เผยแพร่ 2020-08-12
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา techtalktold
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tool.laptrinhgames.com/
URL หน้าช่วยเหลือ https://tool.laptrinhgames.com/
ภาษาที่รองรับ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "version": "2.0.1",
    "version_name": "2.0.1",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png",
        "256": "img\/256.png"
    },
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "\/js\/update-conf.js",
            "\/js\/update.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "img\/512.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_AppName__"
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "offline_enabled": true
}