FREE Google Meet Attendance List Tracker

Easiest way to save the attendance list for your meetings or lectures in Google Meet.

FREE Google Meet Attendance List Tracker란 무엇입니까?

FREE Google Meet Attendance List Tracker은(는) https://boloforms.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easiest way to save the attendance list for your meetings or lectures in Google Meet."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        BoloForms provides the easiest way to save the attendance list for your meetings or lectures.

It is one of the simples Google Meet Attendance List Chrome Extensions to use.

You can save attendants automatically. No button press is needed.

The safest, simplest and the most user friendly way to save the attendance list for your meetings or lectures.

What does this FREE extension by BoloForms offer?
- automatically generated attendance list 
- possibility to manually save the attendance
- saved data contains First Seen At and Time In Call for each participant
- date included in the name of the file, for easy reference
- dashboard to see meetings history
- Google Meet elegant UI integration (controls are integrated inside the Google meeting UI for easy access)
- CSV export for easy integration with Google Classroom or Drive (just drag & drop)

Everything is stored locally, the data belongs to you and it never leaves your device.

What are the features that BoloForms offers apart from other extensions?
1. BoloForms calculates the attendance every 5 minutes and gives you how much percentage of the time the student has attended the lecture in the CSV report.
2. Other extensions crash when there are two students with the same name entering your Google Meet. Our software handles that case elegantly so that you face no problems!

What's more? This extension is completely free. You can also download and use our other extension for students from https://boloforms.com/

Feel free to visit our blog at https://www.boloforms.blog/                    

확장 프로그램 기본 정보

이름 FREE Google Meet Attendance List Tracker FREE Google Meet Attendance List Tracker
ID bnpnjagfokmjkojcdafeodgfkimecajh
공식 URL https://chromewebstore.google.com/detail/free-google-meet-attendan/bnpnjagfokmjkojcdafeodgfkimecajh
설명 Easiest way to save the attendance list for your meetings or lectures in Google Meet.
파일 크기 278 KB
설치 횟수 140
현재 버전 1.0.0
최근 업데이트 2022-07-19
출시 날짜 2022-07-19
평점 5.00/5 총 5 개의 평점
개발자 https://boloforms.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.boloforms.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FREE Google Meet Attendance List Tracker",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "Easiest way to save the attendance list for your meetings or lectures in Google Meet.",
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/meet.google.com\/*",
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "scripts\/jquery-3.5.1.min.js",
                "scripts\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "https:\/\/app.boloforms.com\/",
        "http:\/\/127.0.0.1:8080\/",
        "https:\/\/stage.boloforms.com\/"
    ]
}