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)とは何ですか?

Auto Attendant (Google Meet & MS Teams)はKIT_incubationcenterによって開発されたChromeの拡張機能で、その主な機能は「This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file」です。

拡張機能のスクリーンショット

screenshot

Auto Attendant (Google Meet & MS Teams)拡張機能のCRXファイルをダウンロード

Auto Attendant (Google Meet & MS Teams)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Auto Attendant (Google Meet & MS Teams) Auto Attendant (Google Meet & MS Teams)
ID ddkafiapklpednilkcmmokogcciehabg
公式URL https://chromewebstore.google.com/detail/auto-attendant-google-mee/ddkafiapklpednilkcmmokogcciehabg
説明 This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file
ファイルサイズ 29.92 KB
インストール数 165
現在のバージョン 0.01
最終更新日 2022-02-09
公開日 2022-02-09
評価 5.00/5 合計 1 レビュー
開発者 KIT_incubationcenter
Eメール [email protected]
支払い方法 free
対応言語 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": [
                ""
            ]
        }
    ]
}