WebinarJam Screen Sharing

WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.

Apa itu WebinarJam Screen Sharing?

WebinarJam Screen Sharing adalah ekstensi Chrome yang dikembangkan oleh http://webinarjam.genndi.com, dan fitur utamanya adalah "WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WebinarJam Screen Sharing

Unduh file ekstensi WebinarJam Screen Sharing 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

                                            

Informasi Dasar Ekstensi

Nama WebinarJam Screen Sharing WebinarJam Screen Sharing
ID fokdfhbpgcghjfghmjlggjfhkaogooel
URL Resmi https://chrome.google.com/webstore/detail/webinarjam-screen-sharing/fokdfhbpgcghjfghmjlggjfhkaogooel
Deskripsi WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.
Ukuran File 5.6 KB
Jumlah Instalasi 30,000
Versi Saat Ini 3.0.5
Terakhir Diperbarui 2017-07-26
Tanggal Publikasi 2017-07-26
Penilaian 2.75/5 Total 4 Penilaian
Pengembang http://webinarjam.genndi.com
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebinarJam Screen Sharing",
    "author": "Genesis Digital, LLC",
    "version": "3.0.5",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.",
    "homepage_url": "https:\/\/www.webinarjam.com",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.genndidev.com:*\/*",
            "*:\/\/*.genndi.com:*\/*",
            "*:\/\/*.genndi.dev:*\/*"
        ]
    }
}