CONNECTIX Desktop sharing

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

Vad är CONNECTIX Desktop sharing?

CONNECTIX Desktop sharing är en Chrome-tillägg utvecklad av https://connectix.net, och dess huvudfunktion är "Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.".

Tilläggsskärmbilder

screenshot

Ladda ner CONNECTIX Desktop sharing-förlängningens CRX-fil

Ladda ner CONNECTIX Desktop sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        screen sharing                    

Grundläggande Information om Tillägg

Namn CONNECTIX Desktop sharing CONNECTIX Desktop sharing
ID codhkppmaiogifohnenadkhgfknebede
Officiell webbadress https://chromewebstore.google.com/detail/connectix-desktop-sharing/codhkppmaiogifohnenadkhgfknebede
Beskrivning Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.
Filstorlek 83.98 KB
Antal Installationer 1,468
Aktuell Version 1.9.3.3
Senast Uppdaterad 2015-07-08
Publiceringsdatum 2015-07-07
Betyg 4.80/5 Totalt 5 Betyg
Utvecklare https://connectix.net
Betalningssätt free
Tilläggswebbplats http://connectix.net/videoconf/desktop_sharing/
Hjälpsida URL http://connectix.net/videoconf/desktop_sharing/
Stödda Språk 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
    }
}