Google Meet Attendance & Engagement
Best tool to track your students engagement on Google meet, dark mode, download XLSX, CSV
什么是Google Meet Attendance & Engagement?
Google Meet Attendance & Engagement是由paulobricenogonzalez开发的Chrome扩展程序,该扩展的主要功能是“Best tool to track your students engagement on Google meet, dark mode, download XLSX, CSV”。
扩展截图
下载Google Meet Attendance & Engagement扩展crx文件
下载Google Meet Attendance & Engagement扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Track your students attendance and engagement in an easy way.
No registration process.
Dark Mode, Download csv, XLSX. 扩展基本信息
| 名称 | |
| ID | dfoeddmkpdeheffinggbeggiebnhhmno |
| 官方URL | https://chromewebstore.google.com/detail/google-meet-attendance-en/dfoeddmkpdeheffinggbeggiebnhhmno |
| 简介 | Best tool to track your students engagement on Google meet, dark mode, download XLSX, CSV |
| 文件大小 | 786 KB |
| 安装次数 | 9,000 |
| 当前版本 | 2.3.8 |
| 更新时间 | 2021-08-31 |
| 上架时间 | 2020-09-29 |
| 评分 | 3.63/5 共54次评分 |
| 开发者 | paulobricenogonzalez |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Google Meet Attendance & Engagement",
"version": "2.3.8",
"description": "__MSG_manifest_description__",
"default_locale": "en",
"icons": {
"16": "images\/logos\/icon.png",
"48": "images\/logos\/logo_48.png",
"128": "images\/logos\/logo_128.png"
},
"browser_action": {
"default_icon": "images\/logos\/icon.png",
"default_popup": "html\/popup.html",
"default_title": "Google Meet Attendance & Engagement"
},
"background": {
"page": "html\/background.html",
"persistent": true
},
"content_scripts": [
{
"matches": [
"https:\/\/meet.google.com\/*"
],
"js": [
"js\/content.js"
]
}
],
"permissions": [
"notifications"
],
"web_accessible_resources": [
"images\/logos\/logo_48.png",
"images\/check.svg",
"images\/like.svg",
"images\/x.svg",
"images\/mute.svg"
]
} | |