C-Meeting Desktop Sharing Extension

Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.

Co to jest C-Meeting Desktop Sharing Extension?

C-Meeting Desktop Sharing Extension to rozszerzenie Chrome opracowane przez jheuler, a jego główną funkcją jest „Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia C-Meeting Desktop Sharing Extension

Pobierz pliki rozszerzeń C-Meeting Desktop Sharing 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

                        This desktop sharing extension enables sharing from the Chrome browser for C-Meeting, Concert-Oh and BpresentLive.                    

Podstawowe informacje o rozszerzeniu

Nazwa C-Meeting Desktop Sharing Extension C-Meeting Desktop Sharing Extension
ID jgldmgcakddjinippbpmbjldahfoojhn
Oficjalny URL https://chromewebstore.google.com/detail/c-meeting-desktop-sharing/jgldmgcakddjinippbpmbjldahfoojhn
Opis Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.
Rozmiar pliku 27.52 KB
Liczba instalacji 384
Aktualna Wersja 1.0.0.1
Ostatnia Aktualizacja 2016-06-01
Data Publikacji 2016-06-01
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper jheuler
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "Icon16.png",
        "32": "Icon32.png",
        "48": "Icon48.png",
        "128": "Icon128.png"
    },
    "name": "C-Meeting Desktop Sharing Extension",
    "short_name": "CMDeskShare",
    "description": "Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.",
    "version": "1.0.0.1",
    "permissions": [
        "nativeMessaging"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.cefriel.it\/*",
                "*:\/\/*.concert-oh.com\/*",
                "*:\/\/*.bpresentlive.com\/*",
                "*:\/\/*.c-meeting.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}