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

Wat is Auto Attendant (Google Meet & MS Teams)?

Auto Attendant (Google Meet & MS Teams) is een Chrome-extensie ontwikkeld door KIT_incubationcenter, en de belangrijkste functie is "This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Auto Attendant (Google Meet & MS Teams)

Download Auto Attendant (Google Meet & MS Teams)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Auto Attendant (Google Meet & MS Teams) Auto Attendant (Google Meet & MS Teams)
ID ddkafiapklpednilkcmmokogcciehabg
Officiële URL https://chromewebstore.google.com/detail/auto-attendant-google-mee/ddkafiapklpednilkcmmokogcciehabg
Beschrijving This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file
Bestandsgrootte 29.92 KB
Aantal Installaties 165
Huidige Versie 0.01
Laatst Bijgewerkt 2022-02-09
Publicatiedatum 2022-02-09
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar KIT_incubationcenter
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}