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
Apa itu Save Participants (Google Meet & MS Teams)?
Save Participants (Google Meet & MS Teams) adalah ekstensi Chrome yang dikembangkan oleh leo.robol, dan fitur utamanya adalah "This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Save Participants (Google Meet & MS Teams)
Unduh file ekstensi Save Participants (Google Meet & MS Teams) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Save Participants (Google Meet & MS Teams) |
ID | amajpgnakbemacnkmnjbkoacbaephjfd |
URL Resmi | https://chromewebstore.google.com/detail/save-participants-google/amajpgnakbemacnkmnjbkoacbaephjfd |
Deskripsi | This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file |
Ukuran File | 26.33 KB |
Jumlah Instalasi | 5,076 |
Versi Saat Ini | 2.7 |
Terakhir Diperbarui | 2021-02-19 |
Tanggal Publikasi | 2020-05-01 |
Penilaian | 4.86/5 Total 7 Penilaian |
Pengembang | leo.robol |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/robol/save-participants-extension |
Bahasa yang Didukung | 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" ] } |