Proficonf screen sharing

Simple extension that allows to stream desktop with proficonf.com

Co je Proficonf screen sharing?

Proficonf screen sharing je rozšíření Chrome vyvinuté https://proficonf.com, a jeho hlavní funkcí je „Simple extension that allows to stream desktop with proficonf.com“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Proficonf screen sharing

Stáhněte si soubory rozšíření Proficonf screen sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Proficonf screen sharing Proficonf screen sharing
ID jhflfpbpmmmafddiaajdipeibfnddcaa
Oficiální URL https://chromewebstore.google.com/detail/proficonf-screen-sharing/jhflfpbpmmmafddiaajdipeibfnddcaa
Popis Simple extension that allows to stream desktop with proficonf.com
Velikost souboru 11 KB
Počet instalací 228
Aktuální Verze 1.0.1
Poslední Aktualizace 2018-03-21
Datum Vydání 2018-03-21
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://proficonf.com
Typ Platby free
Webové stránky Rozšíření https://proficonf.com
Podporované Jazyky 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\/*"
        ]
    }
}