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
官方網址 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\/*"
        ]
    }
}