G-Meet Auto Join
Automatically join G-Meet meetings !
O que é G-Meet Auto Join?
G-Meet Auto Join é uma extensão do Chrome desenvolvida por Prakhar Gurunani, e sua principal característica é "Automatically join G-Meet meetings !".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão G-Meet Auto Join
Baixe arquivos de extensão G-Meet Auto Join 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
Who the hell loves attending 8 A.M classes ? Someone else can do this job more efficiently. Just save the meeting specifics (URL, time, duration...). The extension enters the meeting automatically, with audio and video turned off. It departs the meeting and closes the tab when the user-specified duration is achieved. Because this is a reoccurring event, the user will not have to save the meeting information every week. Note - The extension will not work if the browser is closed (basically true for all extensions). Atleast one browser window needs to remain open for the extension to work correctly.
Informações Básicas da Extensão
Nome | G-Meet Auto Join |
ID | fmnjbaiongfjhonkncinpegdeamhmbpo |
URL Oficial | https://chromewebstore.google.com/detail/g-meet-auto-join/fmnjbaiongfjhonkncinpegdeamhmbpo |
Descrição | Automatically join G-Meet meetings ! |
Tamanho do Arquivo | 108 KB |
Contagem de Instalações | 62 |
Versão Atual | 1.0.1 |
Última Atualização | 2023-08-25 |
Data de Publicação | 2022-01-21 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Prakhar Gurunani |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "G-Meet Auto Join", "description": "Automatically join G-Meet meetings !", "version": "1.0.1", "background": { "service_worker": "js\/background.js" }, "permissions": [ "alarms", "storage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/meet.google.com\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "html\/popup.html" } } |