CTV Screen Sharing

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

CTV Screen Sharingとは何ですか?

CTV Screen Sharingはhttps://click-to-video.comによって開発されたChromeの拡張機能で、その主な機能は「CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.」です。

拡張機能のスクリーンショット

screenshot

CTV Screen Sharing拡張機能のCRXファイルをダウンロード

CTV Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 CTV Screen Sharing CTV Screen Sharing
ID kohfoaokpnbibffipkhanldhanejlgpm
公式URL https://chromewebstore.google.com/detail/ctv-screen-sharing/kohfoaokpnbibffipkhanldhanejlgpm
説明 CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.
ファイルサイズ 99.59 KB
インストール数 63
現在のバージョン 1.6
最終更新日 2016-12-16
公開日 2016-12-16
評価 4.00/5 合計 1 レビュー
開発者 https://click-to-video.com
Eメール [email protected]
支払い方法 free
対応言語 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
    }
}