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

Co je Auto Attendant (Google Meet & MS Teams)?

Auto Attendant (Google Meet & MS Teams) je rozšíření Chrome vyvinuté KIT_incubationcenter, a jeho hlavní funkcí je „This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Auto Attendant (Google Meet & MS Teams)

Stáhněte si soubory rozšíření Auto Attendant (Google Meet & MS Teams) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Auto Attendant (Google Meet & MS Teams) Auto Attendant (Google Meet & MS Teams)
ID ddkafiapklpednilkcmmokogcciehabg
Oficiální URL https://chromewebstore.google.com/detail/auto-attendant-google-mee/ddkafiapklpednilkcmmokogcciehabg
Popis This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file
Velikost souboru 29.92 KB
Počet instalací 165
Aktuální Verze 0.01
Poslední Aktualizace 2022-02-09
Datum Vydání 2022-02-09
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář KIT_incubationcenter
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}