Google Meet Attendance

The simplest way to take attendance on Google Meet.

Google Meet Attendance란 무엇입니까?

Google Meet Attendance은(는) Asif Mahmud에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The simplest way to take attendance on Google Meet."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Google Meet Attendance 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension is Classroom Edition. This extension is very user friendly. Those who want a simple way to take attendance during a Google Meet this extension is intended for those users.

Attendance taking can help you to remember who joined the Google Meet and who is not. This is very helpful for the Online Classroom. Teachers can found this extension very helpful for them.

The extension features:

* Works on the new Google Meet UI.
* Google Meet Link is included.
* Date and Time is included.
* Course Instructor will be the attendance taker.
* Total Students count.
* Ascending order students list.
* Auto Mode.
* Time Limit.
* Duplicate Name.

[More features are coming soon.]

To begin using this extension, here is what you need to do:

=> Install the extension using a click on "Add to Chrome".
=> Pin the extension at the top right bar of Google Chrome Browser.
=> Click on the Google Meet People Panel.
=> Right Click anywhere on the People Panel.
=> On the Context Menu Item click on "Save Attendance" to automatically save an Excel File in the format of "CSV" with a list of Attendance from Google Meet.

* You can get instructions by clicking on the top right of the extension icon. It is a very easy and simple process that everyone can do. The extension does not track or transmit any information or usage data.                    

확장 프로그램 기본 정보

이름 Google Meet Attendance Google Meet Attendance
ID inailacfginaoeoaalimoleipnedabga
공식 URL https://chromewebstore.google.com/detail/google-meet-attendance/inailacfginaoeoaalimoleipnedabga
설명 The simplest way to take attendance on Google Meet.
파일 크기 101 KB
설치 횟수 23,931
현재 버전 3.4.2
최근 업데이트 2021-09-29
출시 날짜 2020-08-29
평점 4.15/5 총 13 개의 평점
개발자 Asif Mahmud
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Attendance",
    "short_name": "Google Meet Add-on",
    "version": "3.4.2",
    "description": "The simplest way to take attendance on Google Meet.",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "main\/action.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/512.png",
        "default_title": "Google Meet Attendance",
        "default_popup": "popup\/background.html"
    },
    "web_accessible_resources": [
        "\/sound\/bleep.mp3"
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "https:\/\/meet.google.com\/*"
    ]
}