Meet Auto Leave
(COMPATIBILE ANCHE CON L'ULTIMA VERSIONE DI MEET) Meet AutoLeave è un'estensione in grado di uscire automaticamente da una…
Wat is Meet Auto Leave?
Meet Auto Leave is een Chrome-extensie ontwikkeld door Crih.exe, en de belangrijkste functie is "(COMPATIBILE ANCHE CON L'ULTIMA VERSIONE DI MEET) Meet AutoLeave è un'estensione in grado di uscire automaticamente da una…".
Extensie Screenshots
Download het CRX-bestand van de extensie Meet Auto Leave
Download Meet Auto Leave-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
(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. Basisinformatie over de Extensie
| Naam | |
| ID | gfconmkbidphocgcioeiddijccoanaki |
| Officiële URL | https://chromewebstore.google.com/detail/meet-auto-leave/gfconmkbidphocgcioeiddijccoanaki |
| Beschrijving | (COMPATIBILE ANCHE CON L'ULTIMA VERSIONE DI MEET) Meet AutoLeave è un'estensione in grado di uscire automaticamente da una… |
| Bestandsgrootte | 36.8 KB |
| Aantal Installaties | 15 |
| Huidige Versie | 1.2.1 |
| Laatst Bijgewerkt | 2021-05-27 |
| Publicatiedatum | 2021-05-03 |
| Beoordeling | 5.00/5 Totaal 18 Beoordelingen |
| Ontwikkelaar | Crih.exe |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |