American Well Screensharing Extension

Enables screen sharing with American Well Video Platform

Co to jest American Well Screensharing Extension?

American Well Screensharing Extension to rozszerzenie Chrome opracowane przez American Well, a jego główną funkcją jest „Enables screen sharing with American Well Video Platform”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia American Well Screensharing Extension

Pobierz pliki rozszerzeń American Well Screensharing Extension 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

                        Enables screen sharing with American Well Video Platform                    

Podstawowe informacje o rozszerzeniu

Nazwa American Well Screensharing Extension American Well Screensharing Extension
ID ejnmkocglpmepbkbagldimfkidbkifgo
Oficjalny URL https://chromewebstore.google.com/detail/american-well-screenshari/ejnmkocglpmepbkbagldimfkidbkifgo
Opis Enables screen sharing with American Well Video Platform
Rozmiar pliku 166 KB
Liczba instalacji 101
Aktualna Wersja 0.0.5
Ostatnia Aktualizacja 2019-07-13
Data Publikacji 2019-07-10
Deweloper American Well
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "American Well Screensharing Extension",
    "description": "Enables screen sharing with American Well Video Platform",
    "version": "0.0.5",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/*.avizia.com",
        "https:\/\/*.avizia.io",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_page": "options.html"
}