Attendee

The extensions aims to save the participants list on Microsoft Teams. Can be used to control the atendees on a meeting.

What is Attendee?

Attendee is a Chrome extension developed by https://www.davirossini.com.br, and its main feature is "The extensions aims to save the participants list on Microsoft Teams. Can be used to control the atendees on a meeting.".

Extension Screenshots

screenshot

Download Attendee Extension CRX File

Download Attendee 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

                        The extensions aims to save the participants list on Microsoft Teams. Can be used to control the attendees on a meeting.
Use on classes, business meetings, presentations. Its free !

INSTRUCTIONS

1.0 - SIMPLE PARTICIPANTS LIST
a) Join in a Microsoft Teams Meeting;
b) Open a Participant side bar;
c) Click on the Atendee icon;
d) Click on the FIRST BUTTON (Salvar a lista de Participantes) to save the simple list.

2.0 - USER EMAIL PARTICIPANTS LIST
a) Join in a Microsoft Teams Meeting;
b) Open a Participant side bar;
c) Click on the Atendee icon;
d) Click on the SECOND BUTTON (Salvar a lista detalhada de Participantes) to save the simple list.

3.0 - MONITORING FUNCTION
a) Join in a Microsoft Teams Meeting;
b) Open a Participant side bar;
c) Click on the Atendee icon;
d) Click on the THIRD BUTTON (Iniciar Monitoramento) to start and click again to stop monitoring and save the txt file after some seconds.                    

Extension Basic Information

Name Attendee Attendee
ID kpkbfagnekcghfehaimegomjkgfnhban
Official URL https://chromewebstore.google.com/detail/attendee/kpkbfagnekcghfehaimegomjkgfnhban
Description The extensions aims to save the participants list on Microsoft Teams. Can be used to control the atendees on a meeting.
File Size 1.84 MB
Installation Count 79
Current Version 1.0
Last Updated 2020-07-20
Publish Date 2020-07-19
Developer https://www.davirossini.com.br
Email [email protected]
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Attendee",
    "version": "1.0",
    "description": "The extensions aims to save the participants list on Microsoft Teams. Can be used to control the atendees on a meeting.",
    "permissions": [
        "downloads",
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/favicon-16x16.png",
            "32": "images\/favicon-32x32.png",
            "48": "images\/favicon-48x48.png",
            "64": "images\/favicon-64x64.png",
            "96": "images\/favicon-96x96.png",
            "128": "images\/favicon-128x128.png"
        }
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "get-call.js"
    ]
}