OpenTok Screen Sharing v2 (Financial Demo)

This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.

Apa itu OpenTok Screen Sharing v2 (Financial Demo)?

OpenTok Screen Sharing v2 (Financial Demo) adalah ekstensi Chrome yang dikembangkan oleh https://financial-demo.herokuapp.com, dan fitur utamanya adalah "This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.".

Unduh Berkas CRX Ekstensi OpenTok Screen Sharing v2 (Financial Demo)

Unduh file ekstensi OpenTok Screen Sharing v2 (Financial Demo) 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

                                            

Informasi Dasar Ekstensi

Nama OpenTok Screen Sharing v2 (Financial Demo) OpenTok Screen Sharing v2 (Financial Demo)
ID plocfffmbcclpdifaikiikgplfnepkpo
URL Resmi https://chromewebstore.google.com/detail/opentok-screen-sharing-v2/plocfffmbcclpdifaikiikgplfnepkpo
Deskripsi This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.
Ukuran File 28.85 KB
Jumlah Instalasi 34
Versi Saat Ini 2.0
Terakhir Diperbarui 2016-08-11
Tanggal Publikasi 2016-08-11
Pengembang https://financial-demo.herokuapp.com
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OpenTok Screen Sharing v2 (Financial Demo)",
    "author": "Vertical Solution TokBox, Inc.",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for http:\/\/tokbox.com\/. It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/tokbox.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/financial-demo.herokuapp.com\/",
            "https:\/\/financial-demo.herokuapp.com\/*",
            "http:\/\/localhost\/*",
            "https:\/\/localhost\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}