OPTUM Digital Health Delivery
This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen.
O que é OPTUM Digital Health Delivery?
OPTUM Digital Health Delivery é uma extensão do Chrome desenvolvida por optum.digitalhealthdelivery, e sua principal característica é "This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão OPTUM Digital Health Delivery
Baixe arquivos de extensão OPTUM Digital Health Delivery 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
Optum Digital Health Delivery Screensharing Extension
Informações Básicas da Extensão
Nome | |
ID | nhnkcgofmpmbcekfiiohdfjfbgofdake |
URL Oficial | https://chromewebstore.google.com/detail/optum-digital-health-deli/nhnkcgofmpmbcekfiiohdfjfbgofdake |
Descrição | This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen. |
Tamanho do Arquivo | 29.11 KB |
Contagem de Instalações | 19 |
Versão Atual | 2.0 |
Última Atualização | 2018-12-17 |
Data de Publicação | 2018-12-17 |
Desenvolvedor | optum.digitalhealthdelivery |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OPTUM Digital Health Delivery", "author": "OPTUM Health", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen.", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.change-this-to-your-domain.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |