Proficonf screen sharing

Simple extension that allows to stream desktop with proficonf.com

What is Proficonf screen sharing?

Proficonf screen sharing is a Chrome extension developed by https://proficonf.com, and its main feature is "Simple extension that allows to stream desktop with proficonf.com".

Extension Screenshots

screenshot
screenshot
screenshot

Download Proficonf screen sharing Extension CRX File

Download Proficonf screen sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Proficonf screen sharing Proficonf screen sharing
ID jhflfpbpmmmafddiaajdipeibfnddcaa
Official URL https://chromewebstore.google.com/detail/proficonf-screen-sharing/jhflfpbpmmmafddiaajdipeibfnddcaa
Description Simple extension that allows to stream desktop with proficonf.com
File Size 11 KB
Installation Count 228
Current Version 1.0.1
Last Updated 2018-03-21
Publish Date 2018-03-21
Rating 5.00/5 Total 1 Ratings
Developer https://proficonf.com
Payment Type free
Extension Website https://proficonf.com
Supported Languages 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\/*"
        ]
    }
}