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文件

下載Google Meet Attendance: Participants to CSV擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
    ]
}