Google Meet Attendance Tracker (new)

Attendance sheet from a Google Meet meeting.

什麼是Google Meet Attendance Tracker (new)?

Google Meet Attendance Tracker (new)是由navy開發的Chrome擴展程式,該擴展的主要功能是“Attendance sheet from a Google Meet meeting.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Google Meet Attendance Tracker (new)擴展crx文件

下載Google Meet Attendance Tracker (new)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ️⬇️ 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.                    

擴展基本資訊

名稱 Google Meet Attendance Tracker (new) Google Meet Attendance Tracker (new)
ID aibgcngnlebelbhbfgoinonfbngkdmbj
官方網址 https://chromewebstore.google.com/detail/google-meet-attendance-tr/aibgcngnlebelbhbfgoinonfbngkdmbj
簡介 Attendance sheet from a Google Meet meeting.
檔案大小 13.11 KB
安裝次數 880
目前版本 1.0.0
更新時間 2023-02-08
上架時間 2023-01-25
評分 5.00/5 共 2 次評分
開發者 navy
電子郵箱 [email protected]
付費類型 free
支援的語言 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\/*"
    ]
}