Google Meet AutoExit
Google Meet AutoExit
Qu'est-ce que Google Meet AutoExit ?
Google Meet AutoExit est une extension Chrome développée par sakujo, et sa fonction principale est "Google Meet AutoExit".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Meet AutoExit
Téléchargez les fichiers d'extension Google Meet AutoExit 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
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)
Informations de Base sur l'Extension
Nom | Google Meet AutoExit |
ID | pokmephakeikepjkmloeopmjjmiioeno |
URL Officiel | https://chromewebstore.google.com/detail/google-meet-autoexit/pokmephakeikepjkmloeopmjjmiioeno |
Description | Google Meet AutoExit |
Taille du Fichier | 14.62 KB |
Nombre d'Installations | 1,803 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2022-01-28 |
Date de Publication | 2020-09-01 |
Évaluation | 4.06/5 Total 16 Évaluations |
Développeur | sakujo |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |