Google Meet AutoExit

Google Meet AutoExit

Cos'è Google Meet AutoExit?

Google Meet AutoExit è un'estensione di Chrome sviluppata da sakujo, e la sua funzione principale è "Google Meet AutoExit".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Google Meet AutoExit

Scarica i file di estensione Google Meet AutoExit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome Google Meet AutoExit Google Meet AutoExit
ID pokmephakeikepjkmloeopmjjmiioeno
URL Ufficiale https://chromewebstore.google.com/detail/google-meet-autoexit/pokmephakeikepjkmloeopmjjmiioeno
Descrizione Google Meet AutoExit
Dimensione del File 14.62 KB
Conteggio Installazioni 1,803
Versione Corrente 2.1
Ultimo Aggiornamento 2022-01-28
Data di Pubblicazione 2020-09-01
Valutazione 4.06/5 Totale 16 Valutazioni
Sviluppatore sakujo
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}