OPTUM Digital Health Delivery
This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen.
Co je OPTUM Digital Health Delivery?
OPTUM Digital Health Delivery je rozšíření Chrome vyvinuté optum.digitalhealthdelivery, a jeho hlavní funkcí je „This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření OPTUM Digital Health Delivery
Stáhněte si soubory rozšíření OPTUM Digital Health Delivery ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Optum Digital Health Delivery Screensharing Extension
Základní Informace o Rozšíření
Název | |
ID | nhnkcgofmpmbcekfiiohdfjfbgofdake |
Oficiální URL | https://chromewebstore.google.com/detail/optum-digital-health-deli/nhnkcgofmpmbcekfiiohdfjfbgofdake |
Popis | This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen. |
Velikost souboru | 29.11 KB |
Počet instalací | 19 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2018-12-17 |
Datum Vydání | 2018-12-17 |
Vývojář | optum.digitalhealthdelivery |
Typ Platby | free |
Podporované Jazyky | 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" ] } |