CTV Screen Sharing

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

Qu'est-ce que CTV Screen Sharing ?

CTV Screen Sharing est une extension Chrome développée par https://click-to-video.com, et sa fonction principale est "CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CTV Screen Sharing

Téléchargez les fichiers d'extension CTV Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom CTV Screen Sharing CTV Screen Sharing
ID kohfoaokpnbibffipkhanldhanejlgpm
URL Officiel https://chromewebstore.google.com/detail/ctv-screen-sharing/kohfoaokpnbibffipkhanldhanejlgpm
Description CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.
Taille du Fichier 99.59 KB
Nombre d'Installations 63
Version Actuelle 1.6
Dernière Mise à Jour 2016-12-16
Date de Publication 2016-12-16
Évaluation 4.00/5 Total 1 Évaluations
Développeur https://click-to-video.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
    }
}