NewMeet

Just install and monitor your GoogleMeet participants.

什麼是NewMeet?

NewMeet是由Newtron開發的Chrome擴展程式,該擴展的主要功能是“Just install and monitor your GoogleMeet participants.”。

擴展截圖

screenshot
screenshot

下載NewMeet擴展crx文件

下載NewMeet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This is an extension made for taking attendance in google meets. You can ensure participants presence in google meet session without even turning their camera on. After the class, attendance can be downloaded either as a HTML sheet or as a CSV sheet. Unlike other attendance extensions NewMeet is easy to deal with. You don't have to learn any thing additional for operating the software other than google meet. HTML sheet provides a clear graphical view which makes users easy to understand participants's statistics.  Autoattendance is the key feature of NewMeet which sends a message random in every 12 minutes interval which users have to respond to increase their participation rate. This reduces excess data usage of turning video on for just viewing participant to ensure their presence. Also it's not much practical to notice all participants while we are presenting. You can also mark attendance by checking the checks shown right side of the participant id on the participants panel.

What is New 26/6/2021*
- Added PDF file support so that you can convert HTML sheets to PDF.
- On closing tabs unexpectedly, creates a backup file in the download folder(won't work if browser closed forcefully due to any error)                    

擴展基本資訊

名稱 NewMeet NewMeet
ID hpnglpoabefokoegbibicoiijcdnglel
官方網址 https://chromewebstore.google.com/detail/newmeet/hpnglpoabefokoegbibicoiijcdnglel
簡介 Just install and monitor your GoogleMeet participants.
檔案大小 12.57 KB
安裝次數 18
目前版本 2.27
更新時間 2021-07-06
上架時間 2021-06-11
評分 5.00/5 共 1 次評分
開發者 Newtron
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NewMeet",
    "version": "2.27",
    "description": "Just install and monitor your GoogleMeet participants.",
    "icons": {
        "48": "meetLogo.png"
    },
    "permissions": [
        "downloads",
        "downloads.open"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "studentScraper.js"
            ]
        }
    ]
}