Livestorm Screensharing

Livestorm extension utility for screensharing support

Apa itu Livestorm Screensharing?

Livestorm Screensharing adalah ekstensi Chrome yang dikembangkan oleh https://livestorm.co, dan fitur utamanya adalah "Livestorm extension utility for screensharing support".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Livestorm Screensharing

Unduh file ekstensi Livestorm Screensharing 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

                        Livestorm extension for screensharing support                    

Informasi Dasar Ekstensi

Nama Livestorm Screensharing Livestorm Screensharing
ID agdmglieodoodfjgljideekcenoakdgb
URL Resmi https://chromewebstore.google.com/detail/livestorm-screensharing/agdmglieodoodfjgljideekcenoakdgb
Deskripsi Livestorm extension utility for screensharing support
Ukuran File 309 KB
Jumlah Instalasi 3,241
Versi Saat Ini 1.1
Terakhir Diperbarui 2016-10-19
Tanggal Publikasi 2016-10-19
Penilaian 5.00/5 Total 4 Penilaian
Pengembang https://livestorm.co
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Livestorm Screensharing",
    "author": "Livestorm",
    "version": "1.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Livestorm extension utility for screensharing support",
    "homepage_url": "https:\/\/livestorm.co",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/localhost:4000\/*",
            "https:\/\/*.livestorm.co\/*",
            "https:\/\/*.livestorm.fr\/*"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}