Google Meet Auto Admit
Automatically admit join requests from external guests to Google Meet
Wat is Google Meet Auto Admit?
Google Meet Auto Admit is een Chrome-extensie ontwikkeld door [email protected], en de belangrijkste functie is "Automatically admit join requests from external guests to Google Meet".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Meet Auto Admit
Download Google Meet Auto Admit-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 click the "Admit" button when a join request comes in from external guests. Please disable the extension in chrome://extensions when you want to disable the behavior. Basisinformatie over de Extensie
| Naam | |
| ID | himoglbojlbloilekjcohhfakhjcibnj |
| Officiële URL | https://chromewebstore.google.com/detail/google-meet-auto-admit/himoglbojlbloilekjcohhfakhjcibnj |
| Beschrijving | Automatically admit join requests from external guests to Google Meet |
| Bestandsgrootte | 9.71 KB |
| Aantal Installaties | 93,694 |
| Huidige Versie | 0.7 |
| Laatst Bijgewerkt | 2022-03-17 |
| Publicatiedatum | 2020-06-03 |
| Beoordeling | 3.13/5 Totaal 55 Beoordelingen |
| Ontwikkelaar | [email protected] |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Google Meet Auto Admit",
"manifest_version": 3,
"version": "0.7",
"description": "Automatically admit join requests from external guests to Google Meet",
"icons": {
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/meet.google.com\/*"
],
"js": [
"content_script.js"
]
}
]
} | |