Meet Attendance

Easiest way to save the attendance list for your meetings or lectures

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

Το Meet Attendance είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον J.Developer, και η κύρια λειτουργία του είναι "Easiest way to save the attendance list for your meetings or lectures".

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

screenshot

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

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

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

                        Attendance Taking for Google Meet

This extension is intended for users who need a simple way to take attendance during a Google Meet.

This extension adds a button to the top right bar (next to chat & participant list) to help remember who joined a meeting in Google Meet.
 
Attendance taking allows you to remember who joined an online meeting and see who is not here.
(With more online video conferences taking place, its important to have an automatic solution to take attendance ). 
Try attendance taking for hangouts meet

This extension helps to remember when an attendee joined, how long they stayed for the meeting and helps you keep track of the meeting time
It is the easiest way to record down attendance : you can follow up later with participants who were unable to make the call. It works well for google hangouts meet

To begin using this extension, here is what you need to do:
Install the Chrome Browser Extension
Go inside a Google Meet meeting.
Click on the extension icon when you are IN the meeting to activate the extension.
Attendance taking will be enabled once you click on the extension icon when you are in a Google Meet online video call.

Take attendance today using this software extension
If you have any feedback for attendance taking for google meet app, please let us know on how we can improve our software extension for google video conference.

Please note this extension is NOT made by Google and is made by an independent development team. 
All copyrights belong to their respective owners.
Google doesn’t endorse or sponsor this Chrome extension. 

This is not owned by, it is not licensed by and is not a subsidiary of Google Inc.                    

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

Όνομα Meet Attendance Meet Attendance
ID migejhkhkkenghlmdmcfojhohnhipdff
Επίσημο URL https://chromewebstore.google.com/detail/meet-attendance/migejhkhkkenghlmdmcfojhohnhipdff
Περιγραφή Easiest way to save the attendance list for your meetings or lectures
Μέγεθος Αρχείου 1.92 MB
Αριθμός Εγκαταστάσεων 3,171
Τρέχουσα Έκδοση 0.2.2
Τελευταία Ενημέρωση 2021-11-11
Ημερομηνία Δημοσίευσης 2021-10-25
Προγραμματιστής J.Developer
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,ca,da,et,es,es-419,hr,it,lv,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.2.2",
    "name": "__MSG_name__",
    "short_name": "Meet Attendance",
    "description": "__MSG_description__",
    "default_locale": "en",
    "background": {
        "persistent": true,
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "16": "icons\/logo-16.png",
            "24": "icons\/logo-24.png",
            "32": "icons\/logo-32.png",
            "48": "icons\/logo-48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Meet Attendance",
        "defaull_locale": "en"
    },
    "content_scripts": [
        {
            "js": [
                "browser-polyfill.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/meet.google.com\/*-*-*"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "shims.js",
        "icons\/logo-24.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; script-src-elem 'self' https:",
    "devtools_page": "",
    "icons": {
        "16": "icons\/logo-16.png",
        "32": "icons\/logo-32.png",
        "48": "icons\/logo-48.png",
        "64": "icons\/logo-64.png",
        "128": "icons\/logo-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}