Auto Attendant (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

Auto Attendant (Google Meet & MS Teams) là gì?

Auto Attendant (Google Meet & MS Teams) là một tiện ích mở rộng Chrome được phát triển bởi KIT_incubationcenter, 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 Auto Attendant (Google Meet & MS Teams)

Tải xuống các tệp mở rộng Auto Attendant (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 is to test the users' preference on attendance tracking. In the next version, we will launch new features, containing timing tracking and participates' interaction during the meeting.                    

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

Tên Auto Attendant (Google Meet & MS Teams) Auto Attendant (Google Meet & MS Teams)
ID ddkafiapklpednilkcmmokogcciehabg
URL Chính Thức https://chromewebstore.google.com/detail/auto-attendant-google-mee/ddkafiapklpednilkcmmokogcciehabg
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 29.92 KB
Số Lần Cài Đặt 165
Phiên Bản Hiện Tại 0.01
Cập Nhật Lần Cuối 2022-02-09
Ngày Phát Hành 2022-02-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển KIT_incubationcenter
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Attendant (Google Meet & MS Teams)",
    "version": "0.01",
    "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": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "..\/html\/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": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "get-call.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}