Google Meet Attendance
Save the time joined and left of all attendees with one click!
什么是Google Meet Attendance?
Google Meet Attendance是由Jake Crowley开发的Chrome扩展程序,该扩展的主要功能是“Save the time joined and left of all attendees with one click!”。
扩展截图
下载Google Meet Attendance扩展crx文件
下载Google Meet Attendance扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Saves a list of all current attendees with one click in a Google Meet meeting with the time they joined and left to a spreadsheet. No user information is collected while using this extension.
扩展基本信息
名称 | Google Meet Attendance |
ID | ghcbncfgnbhdcjmhpoakkjojgekcejdf |
官方URL | https://chromewebstore.google.com/detail/google-meet-attendance/ghcbncfgnbhdcjmhpoakkjojgekcejdf |
简介 | Save the time joined and left of all attendees with one click! |
文件大小 | 18.23 KB |
安装次数 | 40,193 |
当前版本 | 0.0.7 |
更新时间 | 2020-07-12 |
上架时间 | 2020-05-13 |
评分 | 3.92/5 共50次评分 |
开发者 | Jake Crowley |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://jakecrowley.github.io/googlemeetattendance/privacy.html |
隐私政策页面URL | https://jakecrowley.github.io/googlemeetattendance/privacy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Attendance", "version": "0.0.7", "manifest_version": 2, "description": "Save the time joined and left of all attendees with one click!", "homepage_url": "https:\/\/github.com\/jakecrowley\/Google-Meet-Attendance", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/inject.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Instructions Popup", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "tabs", "contextMenus", "https:\/\/meet.google.com\/*" ] } |