Live.Barco Screen Sharing

This Chrome extension is developed primary for https://live.barco.cloud/

Apa itu Live.Barco Screen Sharing?

Live.Barco Screen Sharing adalah ekstensi Chrome yang dikembangkan oleh Live.Barco, dan fitur utamanya adalah "This Chrome extension is developed primary for https://live.barco.cloud/".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Live.Barco Screen Sharing

Unduh file ekstensi Live.Barco 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

                        This Chrome extension is developed primary for https://live.barco.cloud/

This extension makes use of native chrome API to return screen id, so that screen sharing can be done.                    

Informasi Dasar Ekstensi

Nama Live.Barco Screen Sharing Live.Barco Screen Sharing
ID hodkfbelgnjmmenabpliifaomefdipom
URL Resmi https://chromewebstore.google.com/detail/livebarco-screen-sharing/hodkfbelgnjmmenabpliifaomefdipom
Deskripsi This Chrome extension is developed primary for https://live.barco.cloud/
Ukuran File 22.34 KB
Jumlah Instalasi 143
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-03-22
Tanggal Publikasi 2018-03-21
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Live.Barco
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://live.barco.cloud
URL Halaman Bantuan https://live.barco.cloud
URL Halaman Kebijakan Privasi https://www.barco.com/en/about-barco/legal/privacy-policy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Live.Barco Screen Sharing",
    "author": "Live.Barco",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for https:\/\/live.barco.cloud\/",
    "homepage_url": "https:\/\/live.barco.cloud\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.barco.com\/*",
            "https:\/\/*.barco.cloud\/*",
            "https:\/\/*.barco.com:8084\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}