Mezz-In Screenshare

Enables screen sharing to Mezzanine for Mezz-In participants

Co to jest Mezz-In Screenshare?

Mezz-In Screenshare to rozszerzenie Chrome opracowane przez oblong.bcn.mobile, a jego główną funkcją jest „Enables screen sharing to Mezzanine for Mezz-In participants”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Mezz-In Screenshare

Pobierz pliki rozszerzeń Mezz-In Screenshare 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

                        This Chrome extension enables users of the Mezz-In web application to share their screen during a Mezzanine session. The first time a user shares their screen, they will be prompted to permit use of this extension.                    

Podstawowe informacje o rozszerzeniu

Nazwa Mezz-In Screenshare Mezz-In Screenshare
ID hgjndgfhddfmgcgicplcmmohkdjdifbb
Oficjalny URL https://chromewebstore.google.com/detail/mezz-in-screenshare/hgjndgfhddfmgcgicplcmmohkdjdifbb
Opis Enables screen sharing to Mezzanine for Mezz-In participants
Rozmiar pliku 45.28 KB
Liczba instalacji 100
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2017-05-17
Data Publikacji 2017-05-17
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper oblong.bcn.mobile
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Enables screen sharing to Mezzanine for Mezz-In participants",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png",
        "64": "images\/64.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Mezz-In Screenshare",
    "options_page": "options.html",
    "permissions": [
        "desktopCapture",
        "https:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "version": "0.0.1"
}