Google Attendance Taker

Takes attendance every minute

Google Attendance Takerคืออะไร?

Google Attendance Taker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย deepakmanohar และคุณลักษณะหลักของมันคือ "Takes attendance every minute"

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

screenshot

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

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

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

                        Take attendance using Google Attendance Taker.

This will take attendance on top of the google meet that happens for students. 

Steps: 
1. Install the Extension
2. Create a txt file with each line having the name of the student who will join the meeting. Note that the name in this text file should exactly match the name the student will use to login. 
3. On the plugin, load that txt file. 
4. Click on the "on" link in the popup. Attendance will be taken every minute. The popup will show the % availability of the students as well. 

Happy attendance taking!                    

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

ชื่อ Google Attendance Taker Google Attendance Taker
ID cffmaadnlgjdbgmklookiceekipldhje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-attendance-taker/cffmaadnlgjdbgmklookiceekipldhje
คำอธิบาย Takes attendance every minute
ขนาดไฟล์ 41.95 KB
จำนวนการติดตั้ง 242
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-08-27
วันที่เผยแพร่ 2021-08-27
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา deepakmanohar
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Attendance Taker",
    "description": "Takes attendance every minute",
    "version": "1.0",
    "permissions": [
        "alarms",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "apple.png",
        "default_popup": "popup.html"
    }
}