whereby.com/appear.in meeting room helper
Auto enter whereby.com (previously appear.in) meetings muted and cam off (configurable).
O que é whereby.com/appear.in meeting room helper?
whereby.com/appear.in meeting room helper é uma extensão do Chrome desenvolvida por Treffynnon, e sua principal característica é "Auto enter whereby.com (previously appear.in) meetings muted and cam off (configurable).".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão whereby.com/appear.in meeting room helper
Baixe arquivos de extensão whereby.com/appear.in meeting room helper 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
For users of the whereby.com (previously appear.in) service to make it possible to enter rooms muted with video off and using multiple meeting rooms easier. * Allows you to configure defaults when entering a room * Camera off * Muted audio * Apply those defaults to all meeting room links that you open/follow automatically * Keep a list of links to your favourite meeting rooms NOTE: that this is not an official appear.in extension and it is maintained by an independent developer. Icon made by Freepik from www.flaticon.com Source code for this extension is provided under the Apache-2.0 licence over at https://github.com/treffynnon/whereby-com-helper-browser-extension
Informações Básicas da Extensão
Nome | whereby.com/appear.in meeting room helper |
ID | kamcahcpkdbdhphbnhblmcgemhbhbohm |
URL Oficial | https://chromewebstore.google.com/detail/wherebycomappearin-meetin/kamcahcpkdbdhphbnhblmcgemhbhbohm |
Descrição | Auto enter whereby.com (previously appear.in) meetings muted and cam off (configurable). |
Tamanho do Arquivo | 31.12 KB |
Contagem de Instalações | 1,816 |
Versão Atual | 1.2.2 |
Última Atualização | 2019-08-21 |
Data de Publicação | 2019-08-21 |
Classificação | 4.50/5 Total de 6 Avaliações |
Desenvolvedor | Treffynnon |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/treffynnon/whereby-com-helper-browser-extension |
URL da Página de Ajuda | https://github.com/treffynnon/whereby-com-helper-browser-extension/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "whereby.com\/appear.in meeting room helper", "description": "Auto enter whereby.com (previously appear.in) meetings muted and cam off (configurable).", "version": "1.2.2", "icons": { "16": "icons\/16.png", "19": "icons\/19.png", "32": "icons\/32.png", "38": "icons\/38.png", "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/96.png" }, "browser_action": { "default_icon": "icons\/19.png", "default_popup": "popup\/index.html", "default_title": "whereby.com (previously appear.in) meeting room helper" }, "content_scripts": [ { "matches": [ "https:\/\/whereby.com\/*", "https:\/\/appear.in\/*" ], "js": [ "js\/vendor.js", "js\/index.js" ] } ], "options_ui": { "page": "options\/index.html", "chrome_style": true }, "permissions": [ "storage" ] } |