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

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

Auto Attendant (Google Meet & MS Teams) is a Chrome extension developed by KIT_incubationcenter, and its main feature is "This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file".

Extension Screenshots

screenshot

Download Auto Attendant (Google Meet & MS Teams) Extension CRX File

Download Auto Attendant (Google Meet & MS Teams) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Auto Attendant (Google Meet & MS Teams) Auto Attendant (Google Meet & MS Teams)
ID ddkafiapklpednilkcmmokogcciehabg
Official URL 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
File Size 29.92 KB
Installation Count 165
Current Version 0.01
Last Updated 2022-02-09
Publish Date 2022-02-09
Rating 5.00/5 Total 1 Ratings
Developer KIT_incubationcenter
Email [email protected]
Payment Type free
Supported Languages 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": [
                ""
            ]
        }
    ]
}