C-Meeting Desktop Sharing Extension

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

Apa itu C-Meeting Desktop Sharing Extension?

C-Meeting Desktop Sharing Extension adalah ekstensi Chrome yang dikembangkan oleh jheuler, dan fitur utamanya adalah "Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi C-Meeting Desktop Sharing Extension

Unduh file ekstensi C-Meeting Desktop Sharing Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama C-Meeting Desktop Sharing Extension C-Meeting Desktop Sharing Extension
ID jgldmgcakddjinippbpmbjldahfoojhn
URL Resmi https://chromewebstore.google.com/detail/c-meeting-desktop-sharing/jgldmgcakddjinippbpmbjldahfoojhn
Deskripsi Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.
Ukuran File 27.52 KB
Jumlah Instalasi 384
Versi Saat Ini 1.0.0.1
Terakhir Diperbarui 2016-06-01
Tanggal Publikasi 2016-06-01
Penilaian 5.00/5 Total 1 Penilaian
Pengembang jheuler
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}