JetWebinar Screen Sharing

This extension enables JetWebinar broadcasters to share their screen

什么是JetWebinar Screen Sharing?

JetWebinar Screen Sharing是由https://jetwebinar.com开发的Chrome扩展程序,该扩展的主要功能是“This extension enables JetWebinar broadcasters to share their screen”。

扩展截图

screenshot

下载JetWebinar Screen Sharing扩展crx文件

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

扩展使用说明

                        JetWebinar is a real-time live and simulated live webinar hosting platform. This is the Screen Sharing plugin, which allows webinar hosts to share their desktops in real-time in Chrome.                    

扩展基本信息

名称 JetWebinar Screen Sharing JetWebinar Screen Sharing
ID elpoagpgipenhjnfgljbnacmgeihhhdm
官方URL https://chromewebstore.google.com/detail/jetwebinar-screen-sharing/elpoagpgipenhjnfgljbnacmgeihhhdm
简介 This extension enables JetWebinar broadcasters to share their screen
文件大小 23.19 KB
安装次数 2,839
当前版本 2019.9.16
更新时间 2019-09-16
上架时间 2019-09-16
评分 4.33/5 共3次评分
开发者 https://jetwebinar.com
付费类型 free
支持的语言 de,en,en-GB,en-US,fr,nl,es,es-419,hu,ru,uk,iw,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "2019.9.16",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "jw-16.png",
        "32": "jw-32.png",
        "48": "jw-48.png",
        "128": "jw-128.png"
    },
    "author": "JetWebinar, Inc.",
    "background": {
        "scripts": [
            "screenSharing.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/phenixp2p.com\/*",
            "*:\/\/*.phenixp2p.com\/*",
            "*:\/\/phenixrts.com\/*",
            "*:\/\/*.phenixrts.com\/*",
            "*:\/\/*.jetwebinar.com\/*",
            "*:\/\/*.onlinecoachinggroup.com\/*"
        ]
    },
    "homepage_url": "https:\/\/www.jetwebinar.com\/",
    "minimum_chrome_version": "34",
    "permissions": [
        "desktopCapture"
    ],
    "short_name": "__MSG_extShortName__"
}