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
Cos'è Auto Attendant (Google Meet & MS Teams)?
Auto Attendant (Google Meet & MS Teams) è un'estensione di Chrome sviluppata da KIT_incubationcenter, e la sua funzione principale è "This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Auto Attendant (Google Meet & MS Teams)
Scarica i file di estensione Auto Attendant (Google Meet & MS Teams) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Auto Attendant (Google Meet & MS Teams) |
ID | ddkafiapklpednilkcmmokogcciehabg |
URL Ufficiale | https://chromewebstore.google.com/detail/auto-attendant-google-mee/ddkafiapklpednilkcmmokogcciehabg |
Descrizione | This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file |
Dimensione del File | 29.92 KB |
Conteggio Installazioni | 165 |
Versione Corrente | 0.01 |
Ultimo Aggiornamento | 2022-02-09 |
Data di Pubblicazione | 2022-02-09 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | KIT_incubationcenter |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [ " |