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.

Qu'est-ce que OpenTok Screen Sharing v2 (Financial Demo) ?

OpenTok Screen Sharing v2 (Financial Demo) est une extension Chrome développée par https://financial-demo.herokuapp.com, et sa fonction principale est "This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.".

Télécharger le fichier CRX de l'extension OpenTok Screen Sharing v2 (Financial Demo)

Téléchargez les fichiers d'extension OpenTok Screen Sharing v2 (Financial Demo) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom OpenTok Screen Sharing v2 (Financial Demo) OpenTok Screen Sharing v2 (Financial Demo)
ID plocfffmbcclpdifaikiikgplfnepkpo
URL Officiel https://chromewebstore.google.com/detail/opentok-screen-sharing-v2/plocfffmbcclpdifaikiikgplfnepkpo
Description This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.
Taille du Fichier 28.85 KB
Nombre d'Installations 34
Version Actuelle 2.0
Dernière Mise à Jour 2016-08-11
Date de Publication 2016-08-11
Développeur https://financial-demo.herokuapp.com
Type de Paiement free
Langues Prises en Charge 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"
    ]
}