Zoom Happy Hour
Host a Happy Hour on Zoom
O que é Zoom Happy Hour?
Zoom Happy Hour é uma extensão do Chrome desenvolvida por zzany1, e sua principal característica é "Host a Happy Hour on Zoom".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Zoom Happy Hour
Baixe arquivos de extensão Zoom Happy Hour 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
Have you found hosting happy hours on zoom stilted? Are you annoyed that only one person can talk? Zoom happy hours lack the ability for people to break off into smaller groups... until now! This extension automates the use of Zoom's native breakout rooms to help your organization host a happy hour. Just host a Zoom meeting in Chrome, click the app icon, then click start! Then guests can just type the number of the room they wish to enter and they will be added automatically.
Informações Básicas da Extensão
Nome | |
ID | dldmmhpjponjbafbelibpejapglhoiom |
URL Oficial | https://chrome.google.com/webstore/detail/zoom-happy-hour/dldmmhpjponjbafbelibpejapglhoiom |
Descrição | Host a Happy Hour on Zoom |
Tamanho do Arquivo | 90.58 KB |
Contagem de Instalações | 216 |
Versão Atual | 0.0.0.1 |
Última Atualização | 2020-03-29 |
Data de Publicação | 2020-03-29 |
Desenvolvedor | zzany1 |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zoom Happy Hour", "version": "0.0.0.1", "description": "Host a Happy Hour on Zoom", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/beer16.png", "32": "images\/beer32.png", "48": "images\/beer48.png", "128": "images\/beer128.png" } }, "options_page": "options.html", "icons": { "16": "images\/beer16.png", "32": "images\/beer32.png", "48": "images\/beer48.png", "128": "images\/beer128.png" }, "manifest_version": 2 } |