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

O que é Save Participants (Google Meet & MS Teams)?

Save Participants (Google Meet & MS Teams) é uma extensão do Chrome desenvolvida por leo.robol, e sua principal característica é "This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Save Participants (Google Meet & MS Teams)

Baixe arquivos de extensão Save Participants (Google Meet & MS Teams) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Save Participants (Google Meet & MS Teams) Save Participants (Google Meet & MS Teams)
ID amajpgnakbemacnkmnjbkoacbaephjfd
URL Oficial https://chromewebstore.google.com/detail/save-participants-google/amajpgnakbemacnkmnjbkoacbaephjfd
Descrição This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file
Tamanho do Arquivo 26.33 KB
Contagem de Instalações 5,076
Versão Atual 2.7
Última Atualização 2021-02-19
Data de Publicação 2020-05-01
Classificação 4.86/5 Total de 7 Avaliações
Desenvolvedor leo.robol
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/robol/save-participants-extension
Idiomas Suportados 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"
    ]
}