Save Participants (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
什麼是Save Participants (Google Meet & MS Teams)?
Save Participants (Google Meet & MS Teams)是由leo.robol開發的Chrome擴展程式,該擴展的主要功能是“This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file”。
擴展截圖
下載Save Participants (Google Meet & MS Teams)擴展crx文件
下載Save Participants (Google Meet & MS Teams)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension can be used during a meeting on teams.microsoft.com or on meet.google.com to download the list of current participants as a text file. This might be useful in a classroom or in meetings where the presence needs to be certified, to avoid a lengthy and error-prone copy-paste.
擴展基本資訊
名稱 | Save Participants (Google Meet & MS Teams) |
ID | amajpgnakbemacnkmnjbkoacbaephjfd |
官方網址 | https://chromewebstore.google.com/detail/save-participants-google/amajpgnakbemacnkmnjbkoacbaephjfd |
簡介 | This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file |
檔案大小 | 26.33 KB |
安裝次數 | 5,076 |
目前版本 | 2.7 |
更新時間 | 2021-02-19 |
上架時間 | 2020-05-01 |
評分 | 4.86/5 共 7 次評分 |
開發者 | leo.robol |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/robol/save-participants-extension |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save Participants (Google Meet & MS Teams)", "version": "2.7", "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": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "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": 2, "web_accessible_resources": [ "get-call.js" ] } |