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
Apa itu Auto Attendant (Google Meet & MS Teams)?
Auto Attendant (Google Meet & MS Teams) adalah ekstensi Chrome yang dikembangkan oleh KIT_incubationcenter, 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 Auto Attendant (Google Meet & MS Teams)
Unduh file ekstensi Auto Attendant (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 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.
Informasi Dasar Ekstensi
Nama | Auto Attendant (Google Meet & MS Teams) |
ID | ddkafiapklpednilkcmmokogcciehabg |
URL Resmi | https://chromewebstore.google.com/detail/auto-attendant-google-mee/ddkafiapklpednilkcmmokogcciehabg |
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 | 29.92 KB |
Jumlah Instalasi | 165 |
Versi Saat Ini | 0.01 |
Terakhir Diperbarui | 2022-02-09 |
Tanggal Publikasi | 2022-02-09 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | KIT_incubationcenter |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [ " |