Helmholtz München - VNCtalk Desktop Streamer

A simple extension that allows you to stream your desktop into meetings with VNCtalk.

Hvad er Helmholtz München - VNCtalk Desktop Streamer?

Helmholtz München - VNCtalk Desktop Streamer er en Chrome-udvidelse udviklet af vnc.ag.de, og dens hovedfunktion er "A simple extension that allows you to stream your desktop into meetings with VNCtalk.".

Udvidelsesskærmbilleder

screenshot

Download Helmholtz München - VNCtalk Desktop Streamer-udvidelses-CRX-fil

Download Helmholtz München - VNCtalk Desktop Streamer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        A simple extension that allows you to stream your desktop into meetings with VNCtalk.                    

Grundlæggende oplysninger om udvidelsen

Navn Helmholtz München - VNCtalk Desktop Streamer Helmholtz München - VNCtalk Desktop Streamer
ID occeglpgjohjalbfgaphbonajobfohlm
Officiel URL https://chromewebstore.google.com/detail/helmholtz-m%C3%BCnchen-vnctalk/occeglpgjohjalbfgaphbonajobfohlm
Beskrivelse A simple extension that allows you to stream your desktop into meetings with VNCtalk.
Filstørrelse 897 KB
Antal Installationer 131
Nuværende Version 0.1.6.8
Senest Opdateret 2016-03-01
Udgivelsesdato 2016-03-01
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler vnc.ag.de
Betalingsmetode free
Udvidelseswebsted http://www.vnc.biz
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Helmholtz M\u00fcnchen - VNCtalk Desktop Streamer",
    "description": "A simple extension that allows you to stream your desktop into meetings with VNCtalk.",
    "version": "0.1.6.8",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "VNCtalk_zimlet_icon_rgb_16.png",
        "48": "VNCtalk_zimlet_icon_rgb_48.png",
        "128": "VNCtalk_zimlet_icon_rgb_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/meet.jit.si\/*",
            "*:\/\/*.helmholtz-muenchen.de\/*",
            "*:\/\/*.xmpp.scidom.de\/*",
            "*:\/\/*.auth.helmholtz-muenchen.de\/*",
            "*:\/\/*.external.helmholtz-muenchen.de\/*",
            "*:\/\/*.vnctalk.helmholtz-muenchen.de\/*",
            "*:\/\/*.xmpp.helmholtz-muenchen.de\/*",
            "*:\/\/*.prosody.helmholtz-muenchen.de\/*",
            "*:\/\/*.meet.helmholtz-muenchen.de\/*"
        ]
    }
}