CallRocket Desktop Streamer

Stream your desktop into meetings via https://x.callrocket.net

Apa itu CallRocket Desktop Streamer?

CallRocket Desktop Streamer adalah ekstensi Chrome yang dikembangkan oleh https://x.callrocket.net, dan fitur utamanya adalah "Stream your desktop into meetings via https://x.callrocket.net".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi CallRocket Desktop Streamer

Unduh file ekstensi CallRocket Desktop Streamer 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

                        Stream your desktop into meetings via https://x.callrocket.net                    

Informasi Dasar Ekstensi

Nama CallRocket Desktop Streamer CallRocket Desktop Streamer
ID ohnmokjnholmeiapcdhgaceeiihbghoa
URL Resmi https://chromewebstore.google.com/detail/callrocket-desktop-stream/ohnmokjnholmeiapcdhgaceeiihbghoa
Deskripsi Stream your desktop into meetings via https://x.callrocket.net
Ukuran File 49.86 KB
Jumlah Instalasi 30
Versi Saat Ini 0.2.5
Terakhir Diperbarui 2016-12-18
Tanggal Publikasi 2016-12-18
Penilaian 5.00/5 Total 4 Penilaian
Pengembang https://x.callrocket.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://x.callrocket.net
URL Halaman Kebijakan Privasi http://callrocket.net/privacy_policy.html
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CallRocket Desktop Streamer",
    "author": "James Douglas",
    "description": "Stream your desktop into meetings via https:\/\/x.callrocket.net",
    "homepage_url": "https:\/\/x.callrocket.net",
    "version": "0.2.5",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "favicon-16.png",
        "32": "favicon-32.png",
        "48": "favicon-48.png",
        "64": "favicon-64.png",
        "96": "favicon-96.png",
        "128": "favicon-128.png",
        "256": "favicon-256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/x.callrocket.net\/*"
        ],
        "web_accessible_resources": [
            "icon.png"
        ]
    }
}