Meet Attendance List

Monitor who attendant your class and meeting!

Meet Attendance Listとは何ですか?

Meet Attendance ListはH_reugoによって開発されたChromeの拡張機能で、その主な機能は「Monitor who attendant your class and meeting!」です。

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

screenshot
screenshot
screenshot
screenshot

Meet Attendance List拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        GOOGLE MEET ATTENDANCE LIST

A Google Chrome extension that saves the list of people present in a Google Meet call at a particular time.

FEATURES

- Have multiple classes, each with its own attendance list
- Create / Edit / Delete classes
- Export attendance as CSV file
- Modern UI, easy to use                    

拡張機能の基本情報

名前 Meet Attendance List Meet Attendance List
ID opkclbdjfkagpgoflleeeklgljfgfglk
公式URL https://chromewebstore.google.com/detail/meet-attendance-list/opkclbdjfkagpgoflleeeklgljfgfglk
説明 Monitor who attendant your class and meeting!
ファイルサイズ 606 KB
インストール数 2,360
現在のバージョン 2.0.0
最終更新日 2024-02-06
公開日 2021-01-10
評価 5.00/5 合計 1 レビュー
開発者 H_reugo
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://github.com/Hereugo
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Meet Attendance List",
    "description": "Monitor who attendant your class and meeting!",
    "version": "2.0.0",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": ".\/service_worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_title": "Meet Attendance List"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/utils.js",
                "js\/inject.js",
                "images\/defaultAvatar.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/**-**-**"
            ],
            "js": [
                "node_modules\/@webcomponents\/custom-elements\/custom-elements.min.js",
                "js\/utils.js",
                "js\/components\/Modal.js",
                "js\/components\/TagContainer.js",
                "js\/components\/ListView.js",
                "js\/components\/DetailView.js",
                "js\/components\/ClassView.js",
                "js\/templates.js",
                "js\/content_script.js"
            ],
            "css": [
                "third-party\/fontawesome\/pro.min.css",
                "css\/index.css",
                "css\/class.css",
                "css\/detail.css",
                "css\/list.css",
                "css\/box.css"
            ]
        }
    ]
}