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
电子邮箱 [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"
    ]
}