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

Save Participants (Google Meet & MS Teams)란 무엇입니까?

Save Participants (Google Meet & MS Teams)은(는) leo.robol에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file"입니다.

확장 프로그램 스크린샷

screenshot

Save Participants (Google Meet & MS Teams) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Save Participants (Google Meet & MS Teams) Save Participants (Google Meet & MS Teams)
ID amajpgnakbemacnkmnjbkoacbaephjfd
공식 URL https://chromewebstore.google.com/detail/save-participants-google/amajpgnakbemacnkmnjbkoacbaephjfd
설명 This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file
파일 크기 26.33 KB
설치 횟수 5,076
현재 버전 2.7
최근 업데이트 2021-02-19
출시 날짜 2020-05-01
평점 4.86/5 총 7 개의 평점
개발자 leo.robol
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/robol/save-participants-extension
지원되는 언어 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"
    ]
}