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.

Wat is OpenTok Screen Sharing v2 (Financial Demo)?

OpenTok Screen Sharing v2 (Financial Demo) is een Chrome-extensie ontwikkeld door https://financial-demo.herokuapp.com, en de belangrijkste functie is "This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.".

Download het CRX-bestand van de extensie OpenTok Screen Sharing v2 (Financial Demo)

Download OpenTok Screen Sharing v2 (Financial Demo)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam OpenTok Screen Sharing v2 (Financial Demo) OpenTok Screen Sharing v2 (Financial Demo)
ID plocfffmbcclpdifaikiikgplfnepkpo
Officiële URL https://chromewebstore.google.com/detail/opentok-screen-sharing-v2/plocfffmbcclpdifaikiikgplfnepkpo
Beschrijving This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.
Bestandsgrootte 28.85 KB
Aantal Installaties 34
Huidige Versie 2.0
Laatst Bijgewerkt 2016-08-11
Publicatiedatum 2016-08-11
Ontwikkelaar https://financial-demo.herokuapp.com
Betalingswijze free
Ondersteunde Talen 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"
    ]
}