Screen Share

Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.

Apa itu Screen Share?

Screen Share adalah ekstensi Chrome yang dikembangkan oleh authorGEN, dan fitur utamanya adalah "Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Screen Share

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

                        Share the screen of your browser window using Screen Share when teaching, training or collaborating online via webRTC Virtual Classroom.  Add this extension to your Chrome browser just once and share the contents of your screen or a particular application with your audience seamlessly.                    

Informasi Dasar Ekstensi

Nama Screen Share Screen Share
ID kihbmdbdahlekggklbfbgmnkifcmfcip
URL Resmi https://chrome.google.com/webstore/detail/screen-share/kihbmdbdahlekggklbfbgmnkifcmfcip
Deskripsi Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.
Ukuran File 13.21 KB
Jumlah Instalasi 58,170
Versi Saat Ini 0.0.0.8
Terakhir Diperbarui 2017-11-07
Tanggal Publikasi 2017-11-07
Penilaian 2.47/5 Total 43 Penilaian
Pengembang authorGEN
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://www.authorgen.com/Privacy.aspx
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Share",
    "author": "WizIQ",
    "version": "0.0.0.8",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}