Google Meet Attendance
Save the time joined and left of all attendees with one click!
什么是Google Meet Attendance?
Google Meet Attendance是由Vinamr Bajaj开发的Chrome扩展程序,该扩展的主要功能是“Save the time joined and left of all attendees with one click!”。
扩展截图
下载Google Meet Attendance扩展crx文件
下载Google Meet Attendance扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Save the time joined and left of all attendees with one click! Enabling one click attendance for your google meet class.
扩展基本信息
名称 | ![]() |
ID | mjjngncbeabeggcnjogcnaifjbkmbaap |
官方URL | https://chrome.google.com/webstore/detail/mjjngncbeabeggcnjogcnaifjbkmbaap |
简介 | Save the time joined and left of all attendees with one click! |
文件大小 | 44.35 KB |
安装次数 | 1,296 |
当前版本 | 0.0.1 |
更新时间 | 2020-08-17 |
上架时间 | 2020-08-17 |
评分 | 3.00/5 共2次评分 |
开发者 | Vinamr Bajaj |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://axios-iiitl.github.io/ |
隐私政策页面URL | https://www.privacypolicygenerator.info/live.php?token=k4tmrYbNERt4qxs0aARigm3R34l7HCk7 |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Attendance", "version": "0.0.1", "manifest_version": 2, "description": "Save the time joined and left of all attendees with one click!", "homepage_url": "https:\/\/github.com\/bajajvinamr\/Click2attendance", "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\/*" ] } |