Google meet attendance downloader & autoadmit

This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.

Τι είναι το Google meet attendance downloader & autoadmit;

Το Google meet attendance downloader & autoadmit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Md Waqar, και η κύρια λειτουργία του είναι "This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Google meet attendance downloader & autoadmit

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

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

                        This is an extension for downloading the attendance of the attendees on Google Meet and also you can enable auto admit so that people want to join the meeting can be admitted automatically and you don't get disturbed each and every time granting permissions.                    

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

Όνομα Google meet attendance downloader & autoadmit Google meet attendance downloader & autoadmit
ID aooohipcpangghmcpkjhcolnagaihglj
Επίσημο URL https://chromewebstore.google.com/detail/google-meet-attendance-do/aooohipcpangghmcpkjhcolnagaihglj
Περιγραφή This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.
Μέγεθος Αρχείου 23.88 KB
Αριθμός Εγκαταστάσεων 533
Τρέχουσα Έκδοση 0.0.5
Τελευταία Ενημέρωση 2021-07-06
Ημερομηνία Δημοσίευσης 2021-03-05
Αξιολόγηση 4.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Md Waqar
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google meet attendance downloader & autoadmit",
    "description": "This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.",
    "version": "0.0.5",
    "manifest_version": 2,
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Google meet attendance downloader & autoadmit",
        "default_icon": "logo.png"
    }
}