NewMeet

Just install and monitor your GoogleMeet participants.

NewMeet là gì?

NewMeet là một tiện ích mở rộng Chrome được phát triển bởi Newtron, và tính năng chính của nó là "Just install and monitor your GoogleMeet participants.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NewMeet

Tải xuống các tệp mở rộng NewMeet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NewMeet NewMeet
ID hpnglpoabefokoegbibicoiijcdnglel
URL Chính Thức https://chromewebstore.google.com/detail/newmeet/hpnglpoabefokoegbibicoiijcdnglel
Mô tả Just install and monitor your GoogleMeet participants.
Kích Thước Tệp 12.57 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 2.27
Cập Nhật Lần Cuối 2021-07-06
Ngày Phát Hành 2021-06-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Newtron
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}