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
官方網址 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
電子郵箱 [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"
    }
}