Toshiba Web Conference

WebRTC Screen Capturing Extension

Wat is Toshiba Web Conference?

Toshiba Web Conference is een Chrome-extensie ontwikkeld door https://52.11.150.145:8443/ScreenShare, en de belangrijkste functie is "WebRTC Screen Capturing Extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Toshiba Web Conference

Download Toshiba Web Conference-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

                        updated homepage-url in manifest                    

Basisinformatie over de Extensie

Naam Toshiba Web Conference Toshiba Web Conference
ID jemdpmcopcpngbklmcjcljfkdmoloeno
Officiële URL https://chrome.google.com/webstore/detail/toshiba-web-conference/jemdpmcopcpngbklmcjcljfkdmoloeno
Beschrijving WebRTC Screen Capturing Extension
Bestandsgrootte 265 KB
Aantal Installaties 16
Huidige Versie 0.2
Laatst Bijgewerkt 2016-03-16
Publicatiedatum 2016-03-16
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://52.11.150.145:8443/ScreenShare
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Toshiba Web Conference",
    "author": "Toshiba",
    "version": "0.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "WebRTC Screen Capturing Extension",
    "homepage_url": "https:\/\/52.11.150.145:8443\/ScreenShare\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/52.11.150.145\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}