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 |
公式URL | 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 |
Eメール | [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" ] } |