Google Meet Attendance: Participants to CSV

Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI

Google Meet Attendance: Participants to CSV란 무엇입니까?

Google Meet Attendance: Participants to CSV은(는) https://nikjos.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Google Meet Attendance: Participants to CSV 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        An easy to use extension for instantly saving the names of your meeting participants to a CSV file. 
It doesn't change your meet window in any way so it assures you an uninterrupted meeting while the extension can be used anytime.

WORKS WITH THE NEW GOOGLE MEET INTERFACE                    

확장 프로그램 기본 정보

이름 Google Meet Attendance: Participants to CSV Google Meet Attendance: Participants to CSV
ID ojekneoedmekheoagiblbpdanchcoaoo
공식 URL https://chromewebstore.google.com/detail/google-meet-attendance-pa/ojekneoedmekheoagiblbpdanchcoaoo
설명 Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI
파일 크기 23.03 KB
설치 횟수 715
현재 버전 0.0.4
최근 업데이트 2022-08-30
출시 날짜 2021-06-25
평점 4.75/5 총 4 개의 평점
개발자 https://nikjos.in
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://meet-attendance.nikjos.in/
도움말 페이지 URL https://meet-attendance.nikjos.in/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Attendance: Participants to CSV",
    "homepage_url": "https:\/\/meet-attendance.nikjos.in\/",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "https:\/\/meet.google.com\/*"
    ]
}