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

Cos'è Save Participants (Google Meet & MS Teams)?

Save Participants (Google Meet & MS Teams) è un'estensione di Chrome sviluppata da leo.robol, e la sua funzione principale è "This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Save Participants (Google Meet & MS Teams)

Scarica i file di estensione Save Participants (Google Meet & MS Teams) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Save Participants (Google Meet & MS Teams) Save Participants (Google Meet & MS Teams)
ID amajpgnakbemacnkmnjbkoacbaephjfd
URL Ufficiale https://chromewebstore.google.com/detail/save-participants-google/amajpgnakbemacnkmnjbkoacbaephjfd
Descrizione This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file
Dimensione del File 26.33 KB
Conteggio Installazioni 5,076
Versione Corrente 2.7
Ultimo Aggiornamento 2021-02-19
Data di Pubblicazione 2020-05-01
Valutazione 4.86/5 Totale 7 Valutazioni
Sviluppatore leo.robol
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/robol/save-participants-extension
Lingue Supportate 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"
    ]
}