Crowdcast Screensharing

This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.

什么是Crowdcast Screensharing?

Crowdcast Screensharing是由https://www.crowdcast.io开发的Chrome扩展程序,该扩展的主要功能是“This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.”。

扩展截图

screenshot

下载Crowdcast Screensharing扩展crx文件

下载Crowdcast Screensharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension is used by Crowdcast https://www.crowdcast.io/ to capture the content of your screen when using the "Screensharing" feature of a Crowdcast event!                    

扩展基本信息

名称 Crowdcast Screensharing Crowdcast Screensharing
ID kgmadhplahebfoiijgloflhakfjlkbpb
官方URL https://chromewebstore.google.com/detail/crowdcast-screensharing/kgmadhplahebfoiijgloflhakfjlkbpb
简介 This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.
文件大小 16.53 KB
安装次数 3,046
当前版本 2.1.0
更新时间 2018-05-02
上架时间 2018-05-02
评分 5.00/5 共3次评分
开发者 https://www.crowdcast.io
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crowdcast Screensharing",
    "author": "Crowdcast, Inc.",
    "version": "2.1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed for https:\/\/www.crowdcast.io\/. It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/www.crowdcast.io\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.crowdcast.io\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}