Google Meet Attendance

Simple way to take an attendance on Google Meet

Google Meet Attendance란 무엇입니까?

Google Meet Attendance은(는) https://www.w3technic.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple way to take an attendance on Google Meet"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This extension is intended for users who need a simple way to take attendance during a Google Meet calls. 
This extension adds a button to the top right bar, you only need to click to this button and get all participants list

DOCUMENTATION
To begin using this extension, here is what you need to do:
Install the Software Extension
Go inside a Google Meet meeting.
Click on the extension icon when you are IN the meeting to activate the extension. 
Attendance taking will be enabled once you click on the extension icon when you are in a Google Meet online video call.
PURPOSE
This extension was made to help all the teachers and students figuring out distance learning together.

PRIVACY POLICY
We don't store your data, period.
Thanks!                    

확장 프로그램 기본 정보

이름 Google Meet Attendance Google Meet Attendance
ID bpnbncnlmblkmeleaiaccmdikkdkicim
공식 URL https://chromewebstore.google.com/detail/google-meet-attendance/bpnbncnlmblkmeleaiaccmdikkdkicim
설명 Simple way to take an attendance on Google Meet
파일 크기 633 KB
설치 횟수 1,193
현재 버전 1.0.1
최근 업데이트 2020-08-03
출시 날짜 2020-08-03
평점 3.67/5 총 3 개의 평점
개발자 https://www.w3technic.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.w3technic.com/2020/08/how-to-take-attendance-in-google-meet.html
도움말 페이지 URL https://www.w3technic.com/p/contact.html
개인정보 보호 정책 페이지 URL https://w3technic.com/privacy-policy
지원되는 언어 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "version": "1.0.1",
    "version_name": "1.0.1",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png",
        "256": "img\/256.png"
    },
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "\/js\/update-conf.js",
            "\/js\/update.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "img\/512.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_AppName__"
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "offline_enabled": true
}