CTV Screen Sharing

CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.

Was ist CTV Screen Sharing?

CTV Screen Sharing ist eine Chrome-Erweiterung, die von https://click-to-video.com entwickelt wurde, und ihr Hauptmerkmal ist "CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.".

Erweiterungsscreenshots

screenshot

CTV Screen Sharing-Erweiterungs-CRX-Datei herunterladen

Laden Sie CTV Screen Sharing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name CTV Screen Sharing CTV Screen Sharing
ID kohfoaokpnbibffipkhanldhanejlgpm
Offizielle URL https://chromewebstore.google.com/detail/ctv-screen-sharing/kohfoaokpnbibffipkhanldhanejlgpm
Beschreibung CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.
Dateigröße 99.59 KB
Installationsanzahl 63
Aktuelle Version 1.6
Letztes Update 2016-12-16
Veröffentlichungsdatum 2016-12-16
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler https://click-to-video.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CTV Screen Sharing",
    "author": "NetStairs",
    "version": "1.6",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "CTV Screen Sharing allows you share screens, along with chat, files, and webcams\/microphones.",
    "homepage_url": "https:\/\/www.click-to-video.com\/",
    "background": {
        "scripts": [
            "websocket.js",
            "RTCMultiConnection.min.js",
            "CodecsHandler.js",
            "desktop-capturing.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/desktopCapture22.png",
        "default_title": "CTV Screen Sharing"
    },
    "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
    }
}