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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ️⬇️ 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
이메일 [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\/*"
    ]
}