Google meet attendance downloader & autoadmit

This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.

Google meet attendance downloader & autoadmitとは何ですか?

Google meet attendance downloader & autoadmitはMd Waqarによって開発されたChromeの拡張機能で、その主な機能は「This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.」です。

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

screenshot
screenshot
screenshot

Google meet attendance downloader & autoadmit拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This is an extension for downloading the attendance of the attendees on Google Meet and also you can enable auto admit so that people want to join the meeting can be admitted automatically and you don't get disturbed each and every time granting permissions.                    

拡張機能の基本情報

名前 Google meet attendance downloader & autoadmit Google meet attendance downloader & autoadmit
ID aooohipcpangghmcpkjhcolnagaihglj
公式URL https://chromewebstore.google.com/detail/google-meet-attendance-do/aooohipcpangghmcpkjhcolnagaihglj
説明 This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.
ファイルサイズ 23.88 KB
インストール数 533
現在のバージョン 0.0.5
最終更新日 2021-07-06
公開日 2021-03-05
評価 4.80/5 合計 5 レビュー
開発者 Md Waqar
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google meet attendance downloader & autoadmit",
    "description": "This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.",
    "version": "0.0.5",
    "manifest_version": 2,
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Google meet attendance downloader & autoadmit",
        "default_icon": "logo.png"
    }
}