OPTUM Digital Health Delivery
This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen.
Co to jest OPTUM Digital Health Delivery?
OPTUM Digital Health Delivery to rozszerzenie Chrome opracowane przez optum.digitalhealthdelivery, a jego główną funkcją jest „This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia OPTUM Digital Health Delivery
Pobierz pliki rozszerzeń OPTUM Digital Health Delivery w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Optum Digital Health Delivery Screensharing Extension
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nhnkcgofmpmbcekfiiohdfjfbgofdake |
Oficjalny URL | https://chromewebstore.google.com/detail/optum-digital-health-deli/nhnkcgofmpmbcekfiiohdfjfbgofdake |
Opis | This extension allows screensharing during secure video sessions. It does nothing except capture content of your screen. |
Rozmiar pliku | 29.11 KB |
Liczba instalacji | 19 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2018-12-17 |
Data Publikacji | 2018-12-17 |
Deweloper | optum.digitalhealthdelivery |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |