Attendee

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

Attendee란 무엇입니까?

Attendee은(는) https://www.davirossini.com.br에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The extensions aims to save the participants list on Microsoft Teams. Can be used to control the atendees on a meeting."입니다.

확장 프로그램 스크린샷

screenshot

Attendee 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Attendee Attendee
ID kpkbfagnekcghfehaimegomjkgfnhban
공식 URL https://chromewebstore.google.com/detail/attendee/kpkbfagnekcghfehaimegomjkgfnhban
설명 The extensions aims to save the participants list on Microsoft Teams. Can be used to control the atendees on a meeting.
파일 크기 1.84 MB
설치 횟수 79
현재 버전 1.0
최근 업데이트 2020-07-20
출시 날짜 2020-07-19
개발자 https://www.davirossini.com.br
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    ]
}