Google Attendance Taker
Takes attendance every minute
什么是Google Attendance Taker?
Google Attendance Taker是由deepakmanohar开发的Chrome扩展程序,该扩展的主要功能是“Takes attendance every minute”。
扩展截图
下载Google Attendance Taker扩展crx文件
下载Google Attendance Taker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |