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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extensions aims to save the participants list on Microsoft Teams. Can be used to control the atendees on a meeting."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Attendee एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}