Google Meet AutoExit

Google Meet AutoExit

Vad är Google Meet AutoExit?

Google Meet AutoExit är en Chrome-tillägg utvecklad av sakujo, och dess huvudfunktion är "Google Meet AutoExit".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Google Meet AutoExit-förlängningens CRX-fil

Ladda ner Google Meet AutoExit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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)                    

Grundläggande Information om Tillägg

Namn Google Meet AutoExit Google Meet AutoExit
ID pokmephakeikepjkmloeopmjjmiioeno
Officiell webbadress https://chromewebstore.google.com/detail/google-meet-autoexit/pokmephakeikepjkmloeopmjjmiioeno
Beskrivning Google Meet AutoExit
Filstorlek 14.62 KB
Antal Installationer 1,803
Aktuell Version 2.1
Senast Uppdaterad 2022-01-28
Publiceringsdatum 2020-09-01
Betyg 4.06/5 Totalt 16 Betyg
Utvecklare sakujo
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}