OPTUM Digital Health Delivery
This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen.
Cos'è OPTUM Digital Health Delivery?
OPTUM Digital Health Delivery è un'estensione di Chrome sviluppata da optum.digitalhealthdelivery, e la sua funzione principale è "This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione OPTUM Digital Health Delivery
Scarica i file di estensione OPTUM Digital Health Delivery in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Optum Digital Health Delivery Screensharing Extension
Informazioni di Base sull'Estensione
Nome | |
ID | nhnkcgofmpmbcekfiiohdfjfbgofdake |
URL Ufficiale | https://chromewebstore.google.com/detail/optum-digital-health-deli/nhnkcgofmpmbcekfiiohdfjfbgofdake |
Descrizione | This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen. |
Dimensione del File | 29.11 KB |
Conteggio Installazioni | 19 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2018-12-17 |
Data di Pubblicazione | 2018-12-17 |
Sviluppatore | optum.digitalhealthdelivery |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |