Proficonf screen sharing

Simple extension that allows to stream desktop with proficonf.com

什么是Proficonf screen sharing?

Proficonf screen sharing是由https://proficonf.com开发的Chrome扩展程序,该扩展的主要功能是“Simple extension that allows to stream desktop with proficonf.com”。

扩展截图

screenshot
screenshot
screenshot

下载Proficonf screen sharing扩展crx文件

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

扩展使用说明

                        Chrome extension to share the screen from your computer in a video conversation for your audience.

Proficonf allows you to start a video conversation with anyone right in the browser, without the need to download and install any software. 

Proficonf includes all you need in one application for a great communication experience:

* Documents demonstration
* High quality screen sharing
* Multi-user chat
* Recordings 

.. and many more

Be productive with the latest video conferencing technologies!                    

扩展基本信息

名称 Proficonf screen sharing Proficonf screen sharing
ID jhflfpbpmmmafddiaajdipeibfnddcaa
官方URL https://chromewebstore.google.com/detail/proficonf-screen-sharing/jhflfpbpmmmafddiaajdipeibfnddcaa
简介 Simple extension that allows to stream desktop with proficonf.com
文件大小 11 KB
安装次数 228
当前版本 1.0.1
更新时间 2018-03-21
上架时间 2018-03-21
评分 5.00/5 共1次评分
开发者 https://proficonf.com
付费类型 free
扩展官网 https://proficonf.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Proficonf screen sharing",
    "description": "Simple extension that allows to stream desktop with proficonf.com",
    "version": "1.0.1",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "logo-16x16.png",
        "48": "logo-48x48.png",
        "128": "logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/proficonf.com\/*",
            "*:\/\/*.proficonf.com\/*",
            "*:\/\/*.proficonf.io\/*",
            "http:\/\/localhost:8000\/*"
        ]
    }
}