WebinarJam Screen Sharing

This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.

Apa itu WebinarJam Screen Sharing?

WebinarJam Screen Sharing adalah ekstensi Chrome yang dikembangkan oleh https://dev.webinarjam.com, dan fitur utamanya adalah "This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.".

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

                        Allows WebinarJam presenters to screen share their desktop to their viewers                    

Informasi Dasar Ekstensi

Nama WebinarJam Screen Sharing WebinarJam Screen Sharing
ID fjcagflhkmbkecgddkjblhkadbplhfan
URL Resmi https://chromewebstore.google.com/detail/webinarjam-screen-sharing/fjcagflhkmbkecgddkjblhkadbplhfan
Deskripsi This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.
Ukuran File 28.84 KB
Jumlah Instalasi 1,104
Versi Saat Ini 2.1
Terakhir Diperbarui 2016-05-13
Tanggal Publikasi 2016-05-13
Pengembang https://dev.webinarjam.com
Tipe Pembayaran free
Situs Ekstensi https://dev.webinarjam.com
URL Halaman Bantuan https://dev.webinarjam.com
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebinarJam Screen Sharing",
    "author": "Genesis Digital, LLC",
    "version": "2.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed for https:\/\/www.webinarjam.com. It doesn't do anything except capture content of your screen.",
    "homepage_url": "https:\/\/www.webinarjam.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.webinarjam.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}