Auto Attendant (Google Meet & MS Teams)
This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file
什么是Auto Attendant (Google Meet & MS Teams)?
Auto Attendant (Google Meet & MS Teams)是由KIT_incubationcenter开发的Chrome扩展程序,该扩展的主要功能是“This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file”。
扩展截图
下载Auto Attendant (Google Meet & MS Teams)扩展crx文件
下载Auto Attendant (Google Meet & MS Teams)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is to test the users' preference on attendance tracking. In the next version, we will launch new features, containing timing tracking and participates' interaction during the meeting.
扩展基本信息
名称 | Auto Attendant (Google Meet & MS Teams) |
ID | ddkafiapklpednilkcmmokogcciehabg |
官方URL | https://chromewebstore.google.com/detail/auto-attendant-google-mee/ddkafiapklpednilkcmmokogcciehabg |
简介 | This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file |
文件大小 | 29.92 KB |
安装次数 | 165 |
当前版本 | 0.01 |
更新时间 | 2022-02-09 |
上架时间 | 2022-02-09 |
评分 | 5.00/5 共1次评分 |
开发者 | KIT_incubationcenter |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Attendant (Google Meet & MS Teams)", "version": "0.01", "description": "This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file", "permissions": [ "downloads", "activeTab", "declarativeContent", "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "..\/html\/popup.html", "default_icon": { "16": "images\/particip_16.png", "32": "images\/particip_32.png", "48": "images\/particip_48.png", "128": "images\/particip_128.png" } }, "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "get-call.js" ], "matches": [ " |