Google Meet Attendance: Participants to CSV
Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI
Google Meet Attendance: Participants to CSVとは何ですか?
Google Meet Attendance: Participants to CSVはhttps://nikjos.inによって開発されたChromeの拡張機能で、その主な機能は「Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI」です。
拡張機能のスクリーンショット
Google Meet Attendance: Participants to CSV拡張機能のCRXファイルをダウンロード
Google Meet Attendance: Participants to CSV拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An easy to use extension for instantly saving the names of your meeting participants to a CSV file. It doesn't change your meet window in any way so it assures you an uninterrupted meeting while the extension can be used anytime. WORKS WITH THE NEW GOOGLE MEET INTERFACE
拡張機能の基本情報
名前 | Google Meet Attendance: Participants to CSV |
ID | ojekneoedmekheoagiblbpdanchcoaoo |
公式URL | https://chromewebstore.google.com/detail/google-meet-attendance-pa/ojekneoedmekheoagiblbpdanchcoaoo |
説明 | Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI |
ファイルサイズ | 23.03 KB |
インストール数 | 715 |
現在のバージョン | 0.0.4 |
最終更新日 | 2022-08-30 |
公開日 | 2021-06-25 |
評価 | 4.75/5 合計 4 レビュー |
開発者 | https://nikjos.in |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://meet-attendance.nikjos.in/ |
ヘルプページのURL | https://meet-attendance.nikjos.in/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Attendance: Participants to CSV", "homepage_url": "https:\/\/meet-attendance.nikjos.in\/", "version": "0.0.4", "manifest_version": 2, "description": "Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "https:\/\/meet.google.com\/*" ] } |