Attendance Monitor For Online Classes

Get attendance of members in google meet

Τι είναι το Attendance Monitor For Online Classes;

Το Attendance Monitor For Online Classes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://wfhgo.com, και η κύρια λειτουργία του είναι "Get attendance of members in google meet ".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Attendance Monitor For Online Classes

Λήψη αρχείων επέκτασης Attendance Monitor For Online Classes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Google meet attendance monitor to help meeting organisers know when someone joins the meeting and when someone leaves the meeting.

You can export the file which contains list of members who attended the meeting, when they joined the meeting and when they left the meeting.

This software is useful to teachers for getting attendance report.

This software is useful to schools for getting attendance report.

Do your team members run the online meeting in background while doing other work?

This extension will add active status to your meeting members.

This extension helps manager see team members who are active in the meeting and who are not active or doing some other work while running the meeting in the background.

How to use?

1. Install the extension and sign up with your email id.
2. While you are on meeting page, open the extension and click on "Start".
3. This will start attendance monitoring.
4. Whenever, you want to stop monitoring. Click on "Stop". 
5. The attendance report of meeting can be downloaded by clicking on "Export" button.

Attendance monitor for online class.

Get attendance report for google meet.

Online class attendance report.

Google meet attendance report.

Automatic student attendance for google meet.

Automatic student attendance for online class.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Attendance Monitor For Online Classes Attendance Monitor For Online Classes
ID hegjgjbpioffkjeblgcieaedjamginfj
Επίσημο URL https://chrome.google.com/webstore/detail/attendance-monitor-for-on/hegjgjbpioffkjeblgcieaedjamginfj
Περιγραφή Get attendance of members in google meet
Μέγεθος Αρχείου 303 KB
Αριθμός Εγκαταστάσεων 48
Τρέχουσα Έκδοση 1.2.12
Τελευταία Ενημέρωση 2022-05-02
Ημερομηνία Δημοσίευσης 2020-05-09
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής http://wfhgo.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.wfhgo.com
Διεύθυνση URL της Σελίδας Βοήθειας https://wfhgo.com/contact-us/
URL της Σελίδας Πολιτικής Απορρήτου https://wfhgo.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Attendance Monitor For Online Classes",
    "description": "Get attendance of members in google meet ",
    "version": "1.2.12",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_popup": "html\/home.html",
        "default_title": "Google meet meeting monitor"
    },
    "background": {
        "scripts": [
            "jquery-3.4.0.min.js",
            "firebase-app.js",
            "firebase-auth.js",
            "firebase-analytics.js",
            "firebase-firestore.js",
            "js\/eventpage.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "css": [
                "css\/styling.css"
            ],
            "js": [
                "jquery-3.4.0.min.js",
                "firebase-app.js",
                "firebase-auth.js",
                "firebase-analytics.js",
                "firebase-firestore.js",
                "js\/contentscript.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png"
    },
    "web_accessible_resources": [
        "images\/icon161.png",
        "images\/icon162.png",
        "images\/icon163.png",
        "images\/icon164.png",
        "images\/dropdownArrow.png",
        "images\/inactive.png",
        "images\/statusRed.png",
        "images\/statusGreen.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/us-central1-workfh-b2cee.cloudfunctions.net\/* https:\/\/www.googleapis.com\/* https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.14.7\/umd\/popper.min.js https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.3.1\/js\/bootstrap.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/3.3.7\/js\/bootstrap.min.js; object-src 'self'"
}