Google Meet AutoExit
Google Meet AutoExit
Wat is Google Meet AutoExit?
Google Meet AutoExit is een Chrome-extensie ontwikkeld door sakujo, en de belangrijkste functie is "Google Meet AutoExit".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Meet AutoExit
Download Google Meet AutoExit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | Google Meet AutoExit |
ID | pokmephakeikepjkmloeopmjjmiioeno |
Officiële URL | https://chromewebstore.google.com/detail/google-meet-autoexit/pokmephakeikepjkmloeopmjjmiioeno |
Beschrijving | Google Meet AutoExit |
Bestandsgrootte | 14.62 KB |
Aantal Installaties | 1,803 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2022-01-28 |
Publicatiedatum | 2020-09-01 |
Beoordeling | 4.06/5 Totaal 16 Beoordelingen |
Ontwikkelaar | sakujo |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |