Google Meet Attendance Tracker (new)

Attendance sheet from a Google Meet meeting.

Google Meet Attendance Tracker (new) là gì?

Google Meet Attendance Tracker (new) là một tiện ích mở rộng Chrome được phát triển bởi navy, và tính năng chính của nó là "Attendance sheet from a Google Meet meeting.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Meet Attendance Tracker (new)

Tải xuống các tệp mở rộng Google Meet Attendance Tracker (new) 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

                        ️⬇️ Easy to set up ⬇️:

1. Install and pin 📌 the extension, log in to your google account and sync your Chrome browser.
2. Select the participants' view in Google Meet, accept the permissions, close and reopen the people to capture attendance.
3. Click the Attendance icon of the extension to open the attendance spreadsheet.
4. Attendance along with the attended duration will be exported in a spreadsheet.

✨Features ✨

Auto features of the extension include:
1. Add a sheet in the spreadsheet.
2. Create a new spreadsheet.
3. Turn Attendance collection off.
4. Auto scroll through participants.
5. Snapshot attendance.

With this extension, you will be able to auto-record the attendance of the participants in a google spreadsheet.

This extension will let you re-size the browser's window 💻 in order to emulate various resolutions.                    

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

Tên Google Meet Attendance Tracker (new) Google Meet Attendance Tracker (new)
ID aibgcngnlebelbhbfgoinonfbngkdmbj
URL Chính Thức https://chromewebstore.google.com/detail/google-meet-attendance-tr/aibgcngnlebelbhbfgoinonfbngkdmbj
Mô tả Attendance sheet from a Google Meet meeting.
Kích Thước Tệp 13.11 KB
Số Lần Cài Đặt 880
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-02-08
Ngày Phát Hành 2023-01-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển navy
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": 3,
    "name": "Google Meet Attendance Tracker (new)",
    "version": "1.0.0",
    "description": "Attendance sheet from a Google Meet meeting.",
    "action": {
        "default_title": "Google Meet Attendance Tracker",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/meet.google.com\/*"
    ]
}