Google meet attendance,message notify NEW

Scans attendees and records time and sends desktop notifications on messages

什么是Google meet attendance,message notify NEW?

Google meet attendance,message notify NEW是由kingmohan45开发的Chrome扩展程序,该扩展的主要功能是“Scans attendees and records time and sends desktop notifications on messages”。

扩展截图

screenshot
screenshot
screenshot

下载Google meet attendance,message notify NEW扩展crx文件

下载Google meet attendance,message notify NEW扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        *** WORKS ONLY FOR UPDATED UI ***
There is another extenstion for Legacy with name -Google meet attendance,message notify LEGACY.

Video regarding installation and usage : https://youtu.be/GesqoOMmHkg
Features:
* Records person's session-time(how many minutes a person stayed on page)
* if someone messages even if you aren't active on that tab you will get a desktop notification
* one can start or stop recording by default it will be started
* one can download CSV file with id (if any), names and session times separated by ',' at any instance of time
* when user click end call button, the file will be downloaded automatically and on the second time user click end call button, the call will be ended. This helps if user forget to download the attendance.
** those were working at the time of publishing(as of observed tests), feel free to mail me issues if any.                    

扩展基本信息

名称 Google meet attendance,message notify NEW Google meet attendance,message notify NEW
ID bcnbnmbaomnhdjdkcknllhhboljmplmi
官方URL https://chromewebstore.google.com/detail/google-meet-attendancemes/bcnbnmbaomnhdjdkcknllhhboljmplmi
简介 Scans attendees and records time and sends desktop notifications on messages
文件大小 20.12 KB
安装次数 152
当前版本 5.0.1
更新时间 2021-12-17
上架时间 2021-04-28
评分 4.00/5 共3次评分
开发者 kingmohan45
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/KingMohan45/googleMeetAttendanceAndNotifier
帮助页面URL https://github.com/KingMohan45/googleMeetAttendanceAndNotifier/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Scans attendees and records time and sends desktop notifications on messages",
    "manifest_version": 2,
    "name": "Google meet attendance,message notify NEW",
    "version": "5.0.1",
    "homepage_url": "https:\/\/github.com\/KingMohan45\/googleMeetAttendanceAndNotifier",
    "icons": {
        "48": "icons\/r16_cs_g17.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "scanAttendees.js"
            ]
        }
    ]
}