Google Meet AutoExit
Google Meet AutoExit
Co to jest Google Meet AutoExit?
Google Meet AutoExit to rozszerzenie Chrome opracowane przez sakujo, a jego główną funkcją jest „Google Meet AutoExit”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google Meet AutoExit
Pobierz pliki rozszerzeń Google Meet AutoExit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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)
Podstawowe informacje o rozszerzeniu
Nazwa | Google Meet AutoExit |
ID | pokmephakeikepjkmloeopmjjmiioeno |
Oficjalny URL | https://chromewebstore.google.com/detail/google-meet-autoexit/pokmephakeikepjkmloeopmjjmiioeno |
Opis | Google Meet AutoExit |
Rozmiar pliku | 14.62 KB |
Liczba instalacji | 1,803 |
Aktualna Wersja | 2.1 |
Ostatnia Aktualizacja | 2022-01-28 |
Data Publikacji | 2020-09-01 |
Ocena | 4.06/5 Łącznie 16 Oceny |
Deweloper | sakujo |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |