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) là gì?

Save Participants (Google Meet & MS Teams) là một tiện ích mở rộng Chrome được phát triển bởi leo.robol, và tính năng chính của nó là "This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Save Participants (Google Meet & MS Teams)

Tải xuống các tệp mở rộng Save Participants (Google Meet & MS Teams) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Save Participants (Google Meet & MS Teams) Save Participants (Google Meet & MS Teams)
ID amajpgnakbemacnkmnjbkoacbaephjfd
URL Chính Thức https://chromewebstore.google.com/detail/save-participants-google/amajpgnakbemacnkmnjbkoacbaephjfd
Mô tả This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file
Kích Thước Tệp 26.33 KB
Số Lần Cài Đặt 5,076
Phiên Bản Hiện Tại 2.7
Cập Nhật Lần Cuối 2021-02-19
Ngày Phát Hành 2020-05-01
Đánh Giá 4.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển leo.robol
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/robol/save-participants-extension
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}