Google Attendance Taker

Takes attendance every minute

Google Attendance Taker là gì?

Google Attendance Taker là một tiện ích mở rộng Chrome được phát triển bởi deepakmanohar, và tính năng chính của nó là "Takes attendance every minute".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Attendance Taker

Tải xuống các tệp mở rộng Google Attendance Taker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Attendance Taker Google Attendance Taker
ID cffmaadnlgjdbgmklookiceekipldhje
URL Chính Thức https://chromewebstore.google.com/detail/google-attendance-taker/cffmaadnlgjdbgmklookiceekipldhje
Mô tả Takes attendance every minute
Kích Thước Tệp 41.95 KB
Số Lần Cài Đặt 242
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-08-27
Ngày Phát Hành 2021-08-27
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển deepakmanohar
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}