Google Attendance Taker
Takes attendance every minute
Google Attendance Taker란 무엇입니까?
Google Attendance Taker은(는) deepakmanohar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Takes attendance every minute"입니다.
확장 프로그램 스크린샷
Google Attendance Taker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Take attendance using Google Attendance Taker. This will take attendance on top of the google meet that happens for students. Steps: 1. Install the Extension 2. Create a txt file with each line having the name of the student who will join the meeting. Note that the name in this text file should exactly match the name the student will use to login. 3. On the plugin, load that txt file. 4. Click on the "on" link in the popup. Attendance will be taken every minute. The popup will show the % availability of the students as well. Happy attendance taking!
확장 프로그램 기본 정보
이름 | Google Attendance Taker |
ID | cffmaadnlgjdbgmklookiceekipldhje |
공식 URL | https://chromewebstore.google.com/detail/google-attendance-taker/cffmaadnlgjdbgmklookiceekipldhje |
설명 | Takes attendance every minute |
파일 크기 | 41.95 KB |
설치 횟수 | 242 |
현재 버전 | 1.0 |
최근 업데이트 | 2021-08-27 |
출시 날짜 | 2021-08-27 |
평점 | 3.00/5 총 1 개의 평점 |
개발자 | deepakmanohar |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Attendance Taker", "description": "Takes attendance every minute", "version": "1.0", "permissions": [ "alarms", "activeTab", "storage" ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "browser_action": { "default_icon": "apple.png", "default_popup": "popup.html" } } |