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
Eメール [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"
            ]
        }
    ]
}