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