NewMeet

Just install and monitor your GoogleMeet participants.

NewMeet란 무엇입니까?

NewMeet은(는) Newtron에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just install and monitor your GoogleMeet participants."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

NewMeet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
            ]
        }
    ]
}