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
Qu'est-ce que Auto Attendant (Google Meet & MS Teams) ?
Auto Attendant (Google Meet & MS Teams) est une extension Chrome développée par KIT_incubationcenter, et sa fonction principale est "This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Auto Attendant (Google Meet & MS Teams)
Téléchargez les fichiers d'extension Auto Attendant (Google Meet & MS Teams) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Auto Attendant (Google Meet & MS Teams) |
ID | ddkafiapklpednilkcmmokogcciehabg |
URL Officiel | https://chromewebstore.google.com/detail/auto-attendant-google-mee/ddkafiapklpednilkcmmokogcciehabg |
Description | This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file |
Taille du Fichier | 29.92 KB |
Nombre d'Installations | 165 |
Version Actuelle | 0.01 |
Dernière Mise à Jour | 2022-02-09 |
Date de Publication | 2022-02-09 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | KIT_incubationcenter |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [ " |