Google Meet Attendance, Grid View, Auto Admit

Track and monitor attendance in G Meet. Enabled Gridview and auto admit features

Τι είναι το Google Meet Attendance, Grid View, Auto Admit;

Το Google Meet Attendance, Grid View, Auto Admit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://attendancecollector.com, και η κύρια λειτουργία του είναι "Track and monitor attendance in G Meet. Enabled Gridview and auto admit features".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Google Meet Attendance, Grid View, Auto Admit

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

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

                        Keeping track of your Google Meet attendees can be cumbersome, especially when there are scores of participants.

With Attendance Collector, monitoring G Meet attendees’ presence becomes a piece of cake. This Google Chrome extension comes with a number of features.

Why you can rely on Attendance Collector:
>> Participant snapshot. Capture a pic of the in-call attendees.
>> Quick attendance. Export the list of active participants in a file.
>> Automatic monitoring. Track a participant’s presence in your Google Meet session after every minute, 5 minutes, or 60 minutes.
>> Manual monitoring. Want to track a participant at custom time intervals? The manual monitoring feature lets you do that as well.

Use this chrome addon to monitor the attendance. We offer automatic and manual modes. Here is how to use
>>Add this to your browser then visit the G Meet link
>>Click on the extension icon you will be presented with the list of options
>>Tab on any of the mentioned services to activate the features

Meet Auto Admit:
Allow participants to join your Google Meet session without having to accept their ‘admit entry’ request. This feature remains active until you disable it manually.

Google Meet Grid View:
Show all the active attendees in a grid format like Zoom or other platforms. It will display every active member with their Profile pic, Name, Audio and Video status. This can come in handy for the hosts or members who wants to keep a track of active people in the ongoing meet. View all of the participants in a grid layout. It will enable the grid view even for over 50 people in the meeting. The advantage is track all the participants with one view and see who is active to take quick actions

Version 1.0.4
>> Added Grid view feature
>> Improved auto admit feature to enable the full functionality

Version 1.0.1
>>UI improvements and Bug fixes
>>Support for multi languages

Privacy Policy Link: https://attendancecollector.com/privacy-policy/

Upcoming Features: 
Here is the list of features which we will integrate in the coming months. Kindly, suggest us if you have any requirements through support section 

Mute all of Meet:
There is no common button to mute all the participants in the G meet. With the help of this feature the host or anyone can mute every participant with one click. It will be integrated in the next update

Other Integrations:
>>Google Meet recorder
>>Google Meet Breakout Rooms
>>Google Meet emoji
>>Virtual Google meet and Enhancements                    

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

Όνομα Google Meet Attendance, Grid View, Auto Admit Google Meet Attendance, Grid View, Auto Admit
ID fbliehephcmlceeiplfmffgmaedfggbe
Επίσημο URL https://chrome.google.com/webstore/detail/google-meet-attendance-gr/fbliehephcmlceeiplfmffgmaedfggbe
Περιγραφή Track and monitor attendance in G Meet. Enabled Gridview and auto admit features
Μέγεθος Αρχείου 879 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2022-04-12
Ημερομηνία Δημοσίευσης 2021-07-24
Αξιολόγηση 4.54/5 Συνολικά 24 Αξιολογήσεις
Προγραμματιστής https://attendancecollector.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://attendancecollector.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://attendancecollector.com/feedback/
URL της Σελίδας Πολιτικής Απορρήτου https://attendancecollector.com/privacy-policy
Υποστηριζόμενες Γλώσσες en,es,ru,hi,ta,te,ml
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.js",
                "\/libs\/[email protected]"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/icon16.png",
        "64": "\/images\/icon64.png",
        "128": "\/images\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Attendance Collector",
        "default_icon": "\/images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "offline_enabled": false,
    "permissions": [
        "storage",
        "tabs",
        "",
        "downloads",
        "cookies"
    ],
    "version": "1.0.4"
}