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

Qu'est-ce que Save Participants (Google Meet & MS Teams) ?

Save Participants (Google Meet & MS Teams) est une extension Chrome développée par leo.robol, et sa fonction principale est "This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Save Participants (Google Meet & MS Teams)

Téléchargez les fichiers d'extension Save Participants (Google Meet & MS Teams) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Save Participants (Google Meet & MS Teams) Save Participants (Google Meet & MS Teams)
ID amajpgnakbemacnkmnjbkoacbaephjfd
URL Officiel 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
Taille du Fichier 26.33 KB
Nombre d'Installations 5,076
Version Actuelle 2.7
Dernière Mise à Jour 2021-02-19
Date de Publication 2020-05-01
Évaluation 4.86/5 Total 7 Évaluations
Développeur leo.robol
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/robol/save-participants-extension
Langues Prises en Charge 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"
    ]
}