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
公式URL 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
Eメール [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\/*"
    ]
}