FREE Google Meet Attendance List Tracker

Easiest way to save the attendance list for your meetings or lectures in Google Meet.

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

Το FREE Google Meet Attendance List Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://boloforms.com, και η κύρια λειτουργία του είναι "Easiest way to save the attendance list for your meetings or lectures in Google Meet.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        BoloForms provides the easiest way to save the attendance list for your meetings or lectures.

It is one of the simples Google Meet Attendance List Chrome Extensions to use.

You can save attendants automatically. No button press is needed.

The safest, simplest and the most user friendly way to save the attendance list for your meetings or lectures.

What does this FREE extension by BoloForms offer?
- automatically generated attendance list 
- possibility to manually save the attendance
- saved data contains First Seen At and Time In Call for each participant
- date included in the name of the file, for easy reference
- dashboard to see meetings history
- Google Meet elegant UI integration (controls are integrated inside the Google meeting UI for easy access)
- CSV export for easy integration with Google Classroom or Drive (just drag & drop)

Everything is stored locally, the data belongs to you and it never leaves your device.

What are the features that BoloForms offers apart from other extensions?
1. BoloForms calculates the attendance every 5 minutes and gives you how much percentage of the time the student has attended the lecture in the CSV report.
2. Other extensions crash when there are two students with the same name entering your Google Meet. Our software handles that case elegantly so that you face no problems!

What's more? This extension is completely free. You can also download and use our other extension for students from https://boloforms.com/

Feel free to visit our blog at https://www.boloforms.blog/                    

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

Όνομα FREE Google Meet Attendance List Tracker FREE Google Meet Attendance List Tracker
ID bnpnjagfokmjkojcdafeodgfkimecajh
Επίσημο URL https://chromewebstore.google.com/detail/free-google-meet-attendan/bnpnjagfokmjkojcdafeodgfkimecajh
Περιγραφή Easiest way to save the attendance list for your meetings or lectures in Google Meet.
Μέγεθος Αρχείου 278 KB
Αριθμός Εγκαταστάσεων 140
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2022-07-19
Ημερομηνία Δημοσίευσης 2022-07-19
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://boloforms.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.boloforms.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FREE Google Meet Attendance List Tracker",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "Easiest way to save the attendance list for your meetings or lectures in Google Meet.",
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/meet.google.com\/*",
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "scripts\/jquery-3.5.1.min.js",
                "scripts\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "https:\/\/app.boloforms.com\/",
        "http:\/\/127.0.0.1:8080\/",
        "https:\/\/stage.boloforms.com\/"
    ]
}