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

Wat is Save Participants (Google Meet & MS Teams)?

Save Participants (Google Meet & MS Teams) is een Chrome-extensie ontwikkeld door leo.robol, 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 Save Participants (Google Meet & MS Teams)

Download Save Participants (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 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.                    

Basisinformatie over de Extensie

Naam Save Participants (Google Meet & MS Teams) Save Participants (Google Meet & MS Teams)
ID amajpgnakbemacnkmnjbkoacbaephjfd
Officiële URL https://chromewebstore.google.com/detail/save-participants-google/amajpgnakbemacnkmnjbkoacbaephjfd
Beschrijving This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file
Bestandsgrootte 26.33 KB
Aantal Installaties 5,076
Huidige Versie 2.7
Laatst Bijgewerkt 2021-02-19
Publicatiedatum 2020-05-01
Beoordeling 4.86/5 Totaal 7 Beoordelingen
Ontwikkelaar leo.robol
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/robol/save-participants-extension
Ondersteunde Talen 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"
    ]
}