Rocket.Chat Screen Share

Enable screen sharing for Rocket.Chat

Rocket.Chat Screen Shareとは何ですか?

Rocket.Chat Screen Shareはhttps://rocket.chatによって開発されたChromeの拡張機能で、その主な機能は「Enable screen sharing for Rocket.Chat」です。

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

screenshot
screenshot

Rocket.Chat Screen Share拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Rocket.Chat Screen Share Rocket.Chat Screen Share
ID nocfbnnmjnndkbipkabodnheejiegccf
公式URL https://chromewebstore.google.com/detail/rocketchat-screen-share/nocfbnnmjnndkbipkabodnheejiegccf
説明 Enable screen sharing for Rocket.Chat
ファイルサイズ 19.48 KB
インストール数 3,503
現在のバージョン 0.3.0
最終更新日 2017-05-20
公開日 2017-05-20
評価 4.00/5 合計 9 レビュー
開発者 https://rocket.chat
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rocket.Chat Screen Share",
    "author": "Rodrigo K. Nascimento",
    "version": "0.3.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Enable screen sharing for Rocket.Chat",
    "homepage_url": "https:\/\/demo.rocket.chat",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "48": "favicon-48x48.png",
        "64": "favicon-64x64.png",
        "96": "favicon-96x96.png",
        "128": "favicon-128x128.png",
        "256": "favicon-256x256.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}