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
Hvad er Auto Attendant (Google Meet & MS Teams)?
Auto Attendant (Google Meet & MS Teams) er en Chrome-udvidelse udviklet af KIT_incubationcenter, og dens hovedfunktion er "This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file".
Udvidelsesskærmbilleder
Download Auto Attendant (Google Meet & MS Teams)-udvidelses-CRX-fil
Download Auto Attendant (Google Meet & MS Teams)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Auto Attendant (Google Meet & MS Teams) |
ID | ddkafiapklpednilkcmmokogcciehabg |
Officiel URL | https://chromewebstore.google.com/detail/auto-attendant-google-mee/ddkafiapklpednilkcmmokogcciehabg |
Beskrivelse | This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file |
Filstørrelse | 29.92 KB |
Antal Installationer | 165 |
Nuværende Version | 0.01 |
Senest Opdateret | 2022-02-09 |
Udgivelsesdato | 2022-02-09 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | KIT_incubationcenter |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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": [ " |