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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scans attendees and records time and sends desktop notifications on messages"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google meet attendance,message notify NEW एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        *** 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"
            ]
        }
    ]
}