InterVu Screen Share

Capture full-screen or specific application's screen of InterVu app

Co to jest InterVu Screen Share?

InterVu Screen Share to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Capture full-screen or specific application's screen of InterVu app”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia InterVu Screen Share

Pobierz pliki rozszerzeń InterVu Screen Share 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

                        Enable screen sharing on intervunow.com                    

Podstawowe informacje o rozszerzeniu

Nazwa InterVu Screen Share InterVu Screen Share
ID nmlfljhfllkeeladifnjcncdinampckd
Oficjalny URL https://chromewebstore.google.com/detail/intervu-screen-share/nmlfljhfllkeeladifnjcncdinampckd
Opis Capture full-screen or specific application's screen of InterVu app
Rozmiar pliku 5.13 KB
Liczba instalacji 26
Aktualna Wersja 1.5.3
Ostatnia Aktualizacja 2020-05-04
Data Publikacji 2020-05-04
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "InterVu Screen Share",
    "author": "FocusVision",
    "version": "1.5.3",
    "minimum_chrome_version": "34",
    "description": "Capture full-screen or specific application's screen of InterVu app",
    "externally_connectable": {
        "matches": [
            "*:\/\/intervunow.com\/*"
        ]
    },
    "permissions": [
        "desktopCapture",
        "tabs",
        "*:\/\/intervunow.com\/*"
    ],
    "background": {
        "scripts": [
            "env.js",
            "background.js"
        ]
    },
    "icons": {
        "48": "images\/icon-48.png"
    }
}