Join Now for Google Meet
Auto-select the Google account that has permission to join the call.
O que é Join Now for Google Meet?
Join Now for Google Meet é uma extensão do Chrome desenvolvida por https://www.hartreeworks.org, e sua principal característica é "Auto-select the Google account that has permission to join the call.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Join Now for Google Meet
Baixe arquivos de extensão Join Now for Google Meet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
If you use multiple Google accounts, you'll have noticed that Google Meet doesn't automatically select the Google account which has permission to join the call. One day Google will fix this. In the meantime, you can use this extension. -------------------------------------------------------- PRIVACY & SECURITY -------------------------------------------------------- The extension requests the minimum browser permission required to detect the "Ask to join" and "Join now" buttons on your Google Meet links. The extension does not require API access to your Google account. It does not have access to your calls, calendar, or other data. The extension is compatible with Google's Advanced Protection Programme.
Informações Básicas da Extensão
Nome | Join Now for Google Meet |
ID | mljmbebllfeknfjemhnfdmeaadeiclmk |
URL Oficial | https://chromewebstore.google.com/detail/join-now-for-google-meet/mljmbebllfeknfjemhnfdmeaadeiclmk |
Descrição | Auto-select the Google account that has permission to join the call. |
Tamanho do Arquivo | 18.84 KB |
Contagem de Instalações | 42 |
Versão Atual | 1.0.4 |
Última Atualização | 2023-12-14 |
Data de Publicação | 2023-09-21 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://www.hartreeworks.org |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://inboxwhenready.org/terms-privacy.html |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Join Now for Google Meet", "version": "1.0.4", "description": "Auto-select the Google account that has permission to join the call.", "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "css": [ "styles.css" ], "js": [ "content.js" ] } ], "icons": { "48": "icon-48x48.png", "128": "icon-128x128.png" } } |