Meet Auto

Automatically admit people to the Google Meet from outside the organization

Qu'est-ce que Meet Auto ?

Meet Auto est une extension Chrome développée par Arjun, et sa fonction principale est "Automatically admit people to the Google Meet from outside the organization".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Meet Auto

Téléchargez les fichiers d'extension Meet Auto au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Meet Auto Meet Auto
ID fkmnifpnniehjljgadbcopppfcidkakd
URL Officiel https://chrome.google.com/webstore/detail/meet-auto/fkmnifpnniehjljgadbcopppfcidkakd
Description Automatically admit people to the Google Meet from outside the organization
Taille du Fichier 21.49 KB
Nombre d'Installations 64
Version Actuelle 0.0.2
Dernière Mise à Jour 2021-02-18
Date de Publication 2020-11-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur Arjun
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/arjunthakur08/Meet-Auto
URL de la Page d'Aide https://github.com/arjunthakur08/Meet-Auto/issues
Langues Prises en Charge 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"
            ]
        }
    ]
}