American Well Screensharing Extension
Enables screen sharing with American Well Video Platform
O que é American Well Screensharing Extension?
American Well Screensharing Extension é uma extensão do Chrome desenvolvida por American Well, e sua principal característica é "Enables screen sharing with American Well Video Platform".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão American Well Screensharing Extension
Baixe arquivos de extensão American Well Screensharing Extension 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
Enables screen sharing with American Well Video Platform
Informações Básicas da Extensão
Nome | |
ID | ejnmkocglpmepbkbagldimfkidbkifgo |
URL Oficial | https://chromewebstore.google.com/detail/american-well-screenshari/ejnmkocglpmepbkbagldimfkidbkifgo |
Descrição | Enables screen sharing with American Well Video Platform |
Tamanho do Arquivo | 166 KB |
Contagem de Instalações | 101 |
Versão Atual | 0.0.5 |
Última Atualização | 2019-07-13 |
Data de Publicação | 2019-07-10 |
Desenvolvedor | American Well |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "American Well Screensharing Extension", "description": "Enables screen sharing with American Well Video Platform", "version": "0.0.5", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "16": "images\/16.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png" }, "permissions": [ "desktopCapture", "https:\/\/*.avizia.com", "https:\/\/*.avizia.io", "storage", "tabs" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "run_at": "document_end", "matches": [ "https:\/\/*\/*" ] } ], "options_page": "options.html" } |