Meet Auto

Automatically admit people to the Google Meet from outside the organization

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

Το Meet Auto είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Arjun, και η κύρια λειτουργία του είναι "Automatically admit people to the Google Meet from outside the organization".

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

screenshot

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

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

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

                        Updated in accordance with the latest changes to Google Meet.

Just share the meeting link with the people outside the organization to join the Google Meet, and you can sit-back-and-relax, while the extension automatically clicks on the Admit button for you.

Say, if you are a teacher in School, College, University or any kind of Institute and sends the link to the students for joining the class. By installing this extension, you can sit back and relax while the extension automatically handles the joining request of the students.

Not only students, it works the same for any kind of Google Meet. The Meet Auto extension automates the clicking on Admit button for you.

Install this extension without any worry. It's SAFE and SECURE, and it DOES NOT STEAL ANY KIND OF DATA/INFORMATION in any form.                    

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

Όνομα Meet Auto Meet Auto
ID fkmnifpnniehjljgadbcopppfcidkakd
Επίσημο URL https://chrome.google.com/webstore/detail/meet-auto/fkmnifpnniehjljgadbcopppfcidkakd
Περιγραφή Automatically admit people to the Google Meet from outside the organization
Μέγεθος Αρχείου 21.49 KB
Αριθμός Εγκαταστάσεων 64
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2021-02-18
Ημερομηνία Δημοσίευσης 2020-11-14
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Arjun
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/arjunthakur08/Meet-Auto
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/arjunthakur08/Meet-Auto/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meet Auto",
    "description": "Automatically admit people to the Google Meet from outside the organization",
    "version": "0.0.2",
    "manifest_version": 2,
    "minimum_chrome_version": "68",
    "permissions": [
        "https:\/\/meet.google.com\/*"
    ],
    "icons": {
        "16": "images\/meet_auto16.png",
        "32": "images\/meet_auto32.png",
        "48": "images\/meet_auto48.png",
        "128": "images\/meet_auto128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}