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

Was ist Auto Attendant (Google Meet & MS Teams)?

Auto Attendant (Google Meet & MS Teams) ist eine Chrome-Erweiterung, die von KIT_incubationcenter entwickelt wurde, und ihr Hauptmerkmal ist "This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file".

Erweiterungsscreenshots

screenshot

Auto Attendant (Google Meet & MS Teams)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Auto Attendant (Google Meet & MS Teams)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Auto Attendant (Google Meet & MS Teams) Auto Attendant (Google Meet & MS Teams)
ID ddkafiapklpednilkcmmokogcciehabg
Offizielle URL https://chromewebstore.google.com/detail/auto-attendant-google-mee/ddkafiapklpednilkcmmokogcciehabg
Beschreibung This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file
Dateigröße 29.92 KB
Installationsanzahl 165
Aktuelle Version 0.01
Letztes Update 2022-02-09
Veröffentlichungsdatum 2022-02-09
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler KIT_incubationcenter
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}