Google Meet AutoExit

Google Meet AutoExit

Was ist Google Meet AutoExit?

Google Meet AutoExit ist eine Chrome-Erweiterung, die von sakujo entwickelt wurde, und ihr Hauptmerkmal ist "Google Meet AutoExit".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Google Meet AutoExit-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Meet AutoExit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Automatically exit a google meet meeting 

****** Change-logs  *****
1.) Optimised the performance
2.) Looked after the mic activation complaints
3.) Updated for new interface of Google Meet
***************************
There are two options : - 
1) EXIT AT A SPECIFIC TIME : 
    the meeting would be exited at the time specified.

2) EXIT BASED ON PARTICIPANTS 
    the meeting would be exited when the number of participants fall below the number specified.

Created by : -
    Lakshay Dhiman (sakujo)                    

Grundlegende Informationen zur Erweiterung

Name Google Meet AutoExit Google Meet AutoExit
ID pokmephakeikepjkmloeopmjjmiioeno
Offizielle URL https://chromewebstore.google.com/detail/google-meet-autoexit/pokmephakeikepjkmloeopmjjmiioeno
Beschreibung Google Meet AutoExit
Dateigröße 14.62 KB
Installationsanzahl 1,803
Aktuelle Version 2.1
Letztes Update 2022-01-28
Veröffentlichungsdatum 2020-09-01
Bewertung 4.06/5 Insgesamt 16 Bewertungen
Entwickler sakujo
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet AutoExit",
    "version": "2.1",
    "description": "Google Meet AutoExit",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}