Google Attendance Taker

Takes attendance every minute

Τι είναι το Google Attendance Taker;

Το Google Attendance Taker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον deepakmanohar, και η κύρια λειτουργία του είναι "Takes attendance every minute".

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

screenshot

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

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

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

                        Take attendance using Google Attendance Taker.

This will take attendance on top of the google meet that happens for students. 

Steps: 
1. Install the Extension
2. Create a txt file with each line having the name of the student who will join the meeting. Note that the name in this text file should exactly match the name the student will use to login. 
3. On the plugin, load that txt file. 
4. Click on the "on" link in the popup. Attendance will be taken every minute. The popup will show the % availability of the students as well. 

Happy attendance taking!                    

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

Όνομα Google Attendance Taker Google Attendance Taker
ID cffmaadnlgjdbgmklookiceekipldhje
Επίσημο URL https://chromewebstore.google.com/detail/google-attendance-taker/cffmaadnlgjdbgmklookiceekipldhje
Περιγραφή Takes attendance every minute
Μέγεθος Αρχείου 41.95 KB
Αριθμός Εγκαταστάσεων 242
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2021-08-27
Ημερομηνία Δημοσίευσης 2021-08-27
Αξιολόγηση 3.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής deepakmanohar
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Attendance Taker",
    "description": "Takes attendance every minute",
    "version": "1.0",
    "permissions": [
        "alarms",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "apple.png",
        "default_popup": "popup.html"
    }
}