OPTUM Digital Health Delivery
This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen.
Vad är OPTUM Digital Health Delivery?
OPTUM Digital Health Delivery är en Chrome-tillägg utvecklad av optum.digitalhealthdelivery, och dess huvudfunktion är "This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen.".
Tilläggsskärmbilder
Ladda ner OPTUM Digital Health Delivery-förlängningens CRX-fil
Ladda ner OPTUM Digital Health Delivery-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Optum Digital Health Delivery Screensharing Extension
Grundläggande Information om Tillägg
Namn | |
ID | nhnkcgofmpmbcekfiiohdfjfbgofdake |
Officiell webbadress | https://chromewebstore.google.com/detail/optum-digital-health-deli/nhnkcgofmpmbcekfiiohdfjfbgofdake |
Beskrivning | This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen. |
Filstorlek | 29.11 KB |
Antal Installationer | 19 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2018-12-17 |
Publiceringsdatum | 2018-12-17 |
Utvecklare | optum.digitalhealthdelivery |
Betalningssätt | free |
Stödda Språk | 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" ] } |