Save Participants (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 Save Participants (Google Meet & MS Teams)?

Save Participants (Google Meet & MS Teams) is a Chrome extension developed by leo.robol, 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 Save Participants (Google Meet & MS Teams) Extension CRX File

Download Save Participants (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 can be used during a meeting on teams.microsoft.com or on meet.google.com to download the list of current participants as a text file. 

This might be useful in a classroom or in meetings where the presence needs to be certified, to avoid a lengthy and error-prone copy-paste.                    

Extension Basic Information

Name Save Participants (Google Meet & MS Teams) Save Participants (Google Meet & MS Teams)
ID amajpgnakbemacnkmnjbkoacbaephjfd
Official URL https://chromewebstore.google.com/detail/save-participants-google/amajpgnakbemacnkmnjbkoacbaephjfd
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 26.33 KB
Installation Count 5,076
Current Version 2.7
Last Updated 2021-02-19
Publish Date 2020-05-01
Rating 4.86/5 Total 7 Ratings
Developer leo.robol
Email [email protected]
Payment Type free
Extension Website https://github.com/robol/save-participants-extension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Participants (Google Meet & MS Teams)",
    "version": "2.7",
    "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": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "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": 2,
    "web_accessible_resources": [
        "get-call.js"
    ]
}