WebinarJam Screen Sharing

WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.

什么是WebinarJam Screen Sharing?

WebinarJam Screen Sharing是由http://webinarjam.genndi.com开发的Chrome扩展程序,该扩展的主要功能是“WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.”。

扩展截图

screenshot

下载WebinarJam Screen Sharing扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 WebinarJam Screen Sharing WebinarJam Screen Sharing
ID fokdfhbpgcghjfghmjlggjfhkaogooel
官方URL https://chrome.google.com/webstore/detail/webinarjam-screen-sharing/fokdfhbpgcghjfghmjlggjfhkaogooel
简介 WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.
文件大小 5.6 KB
安装次数 30,000
当前版本 3.0.5
更新时间 2017-07-26
上架时间 2017-07-26
评分 2.75/5 共4次评分
开发者 http://webinarjam.genndi.com
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebinarJam Screen Sharing",
    "author": "Genesis Digital, LLC",
    "version": "3.0.5",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.",
    "homepage_url": "https:\/\/www.webinarjam.com",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.genndidev.com:*\/*",
            "*:\/\/*.genndi.com:*\/*",
            "*:\/\/*.genndi.dev:*\/*"
        ]
    }
}