Meet Auto Leave
(COMPATIBILE ANCHE CON L'ULTIMA VERSIONE DI MEET) Meet AutoLeave è un'estensione in grado di uscire automaticamente da una…
Co to jest Meet Auto Leave?
Meet Auto Leave to rozszerzenie Chrome opracowane przez Crih.exe, a jego główną funkcją jest „(COMPATIBILE ANCHE CON L'ULTIMA VERSIONE DI MEET) Meet AutoLeave è un'estensione in grado di uscire automaticamente da una…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Meet Auto Leave
Pobierz pliki rozszerzeń Meet Auto Leave 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
(COMPATIBILE ANCHE CON L'ULTIMA VERSIONE DI MEET)
Meet AutoLeave è un'estensione in grado di uscire automaticamente da una riunione su Google Meet secondo criteri che l'utente può stabilire.
Nell'ultima versione, esce dalla riunione quando il numero di partecipanti è minore o uguale al numero di partecipanti minimo impostato dall'utente. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gfconmkbidphocgcioeiddijccoanaki |
| Oficjalny URL | https://chromewebstore.google.com/detail/meet-auto-leave/gfconmkbidphocgcioeiddijccoanaki |
| Opis | (COMPATIBILE ANCHE CON L'ULTIMA VERSIONE DI MEET) Meet AutoLeave è un'estensione in grado di uscire automaticamente da una… |
| Rozmiar pliku | 36.8 KB |
| Liczba instalacji | 15 |
| Aktualna Wersja | 1.2.1 |
| Ostatnia Aktualizacja | 2021-05-27 |
| Data Publikacji | 2021-05-03 |
| Ocena | 5.00/5 Łącznie 18 Oceny |
| Deweloper | Crih.exe |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | it |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Meet Auto Leave",
"version": "1.2.1",
"content_scripts": [
{
"matches": [
"https:\/\/meet.google.com\/*"
],
"css": [
"css.css"
],
"js": [
"content.js"
]
}
],
"permissions": [
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon.png"
}
} | |