Google Meet Attendance Tracker

The most accurate and reliable chrome extension to track attendance in meet.google.com with just a single click !

Τι είναι το Google Meet Attendance Tracker;

Το Google Meet Attendance Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον shaileshrkumar, και η κύρια λειτουργία του είναι "The most accurate and reliable chrome extension to track attendance in meet.google.com with just a single click !".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Google Meet Attendance Tracker

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

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

                        The most reliable and accurate chrome extension to track attendance in meet.google.com with just a single click ! once you have successfully installed this extension whenever you join a meeting in meet.google.com a new button named Track Attendance will be appearing in the bottom left of the google meet UI on clicking that button the attendance tracking script will start automatically and show how long the attendance is being monitored and clicking on that button again would generate the attendance report

The attendance report will contain the following details : 
         1.  Attendance tracking start time,
         2.  Attendance tracking stop time,
         3. Total number of persons attended the meeting,
         4. Total class duration ,
         5. Count of people who attended more than 65% duration of the class,
         6. Count of people who attended less than 65% duration of the class,
         7. List of all the people names with their total attended duration and their attendance percentage
         8. The data of people who attended less than 65% duration of the class will be highlighted in red color

This extension was made specially for teachers to track the attendance of their students in online class during this pandemic,  It can also be used to have a general overview after the end of the meeting since it can give you details like how many attended and how many attended more than 65% duration of the meeting etc...

Let us know if you want to add any new features to this extension 
contact : [email protected]                    

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

Όνομα Google Meet Attendance Tracker Google Meet Attendance Tracker
ID ldjjokmalaidehbgbifihdfdondjgfha
Επίσημο URL https://chromewebstore.google.com/detail/google-meet-attendance-tr/ldjjokmalaidehbgbifihdfdondjgfha
Περιγραφή The most accurate and reliable chrome extension to track attendance in meet.google.com with just a single click !
Μέγεθος Αρχείου 666 KB
Αριθμός Εγκαταστάσεων 120,029
Τρέχουσα Έκδοση 2.2
Τελευταία Ενημέρωση 2024-01-31
Ημερομηνία Δημοσίευσης 2021-03-23
Αξιολόγηση 4.02/5 Συνολικά 108 Αξιολογήσεις
Προγραμματιστής shaileshrkumar
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://meet-attendance-tracker.web.app/myreports.html
Διεύθυνση URL της Σελίδας Βοήθειας https://meet-attendance-tracker.web.app/contactus.html
URL της Σελίδας Πολιτικής Απορρήτου https://meet-attendance-tracker.web.app/index.html?page=privacypolicy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Attendance Tracker",
    "description": "The most accurate and reliable chrome extension to track attendance in meet.google.com with just a single click !",
    "version": "2.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": ".\/images\/logo32.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": ".\/images\/logo16.png",
        "48": ".\/images\/logo48.png",
        "128": ".\/images\/logo128.png"
    }
}