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 |
官方網址 | 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": [ " |