CONNECTIX Desktop sharing

Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.

Wat is CONNECTIX Desktop sharing?

CONNECTIX Desktop sharing is een Chrome-extensie ontwikkeld door https://connectix.net, en de belangrijkste functie is "Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CONNECTIX Desktop sharing

Download CONNECTIX Desktop sharing-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

                        screen sharing                    

Basisinformatie over de Extensie

Naam CONNECTIX Desktop sharing CONNECTIX Desktop sharing
ID codhkppmaiogifohnenadkhgfknebede
Officiële URL https://chromewebstore.google.com/detail/connectix-desktop-sharing/codhkppmaiogifohnenadkhgfknebede
Beschrijving Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.
Bestandsgrootte 83.98 KB
Aantal Installaties 1,468
Huidige Versie 1.9.3.3
Laatst Bijgewerkt 2015-07-08
Publicatiedatum 2015-07-07
Beoordeling 4.80/5 Totaal 5 Beoordelingen
Ontwikkelaar https://connectix.net
Betalingswijze free
Extensiewebsite http://connectix.net/videoconf/desktop_sharing/
Help Pagina-URL http://connectix.net/videoconf/desktop_sharing/
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CONNECTIX Desktop sharing",
    "author": "CONNECTIX",
    "version": "1.9.3.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.",
    "homepage_url": "http:\/\/connectix.net\/videoconf\/desktop_sharing\/viewer.html",
    "background": {
        "scripts": [
            "websocket.js",
            "RTCMultiConnection.js",
            "desktop-capturing.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/desktopCapture22.png",
        "default_title": "Share Desktop!"
    },
    "icons": {
        "16": "images\/desktopCapture16.png",
        "22": "images\/desktopCapture22.png",
        "32": "images\/desktopCapture32.png",
        "48": "images\/desktopCapture48.png",
        "128": "images\/desktopCapture128.png"
    },
    "permissions": [
        "desktopCapture",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/desktopCapture48.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}