CallRocket Desktop Streamer

Stream your desktop into meetings via https://x.callrocket.net

CallRocket Desktop Streamerとは何ですか?

CallRocket Desktop Streamerはhttps://x.callrocket.netによって開発されたChromeの拡張機能で、その主な機能は「Stream your desktop into meetings via https://x.callrocket.net」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

CallRocket Desktop Streamer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Stream your desktop into meetings via https://x.callrocket.net                    

拡張機能の基本情報

名前 CallRocket Desktop Streamer CallRocket Desktop Streamer
ID ohnmokjnholmeiapcdhgaceeiihbghoa
公式URL https://chromewebstore.google.com/detail/callrocket-desktop-stream/ohnmokjnholmeiapcdhgaceeiihbghoa
説明 Stream your desktop into meetings via https://x.callrocket.net
ファイルサイズ 49.86 KB
インストール数 30
現在のバージョン 0.2.5
最終更新日 2016-12-18
公開日 2016-12-18
評価 5.00/5 合計 4 レビュー
開発者 https://x.callrocket.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://x.callrocket.net
プライバシーポリシーページのURL http://callrocket.net/privacy_policy.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CallRocket Desktop Streamer",
    "author": "James Douglas",
    "description": "Stream your desktop into meetings via https:\/\/x.callrocket.net",
    "homepage_url": "https:\/\/x.callrocket.net",
    "version": "0.2.5",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "favicon-16.png",
        "32": "favicon-32.png",
        "48": "favicon-48.png",
        "64": "favicon-64.png",
        "96": "favicon-96.png",
        "128": "favicon-128.png",
        "256": "favicon-256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/x.callrocket.net\/*"
        ],
        "web_accessible_resources": [
            "icon.png"
        ]
    }
}