FluentCloud Meetings Presenter

This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.

Co je FluentCloud Meetings Presenter?

FluentCloud Meetings Presenter je rozšíření Chrome vyvinuté https://www.fluentstream.com, a jeho hlavní funkcí je „This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření FluentCloud Meetings Presenter

Stáhněte si soubory rozšíření FluentCloud Meetings Presenter 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í

                        FluentCloud Meetings allows for very efficient collaboration. It allows users to stream their desktop or only some windows. It also shared document editing with Etherpad and remote presentations with Prezi.                    

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

Název FluentCloud Meetings Presenter FluentCloud Meetings Presenter
ID jjgfjbggknjheidfijhjnmnnicgnklij
Oficiální URL https://chromewebstore.google.com/detail/fluentcloud-meetings-pres/jjgfjbggknjheidfijhjnmnnicgnklij
Popis This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.
Velikost souboru 15.74 KB
Počet instalací 121
Aktuální Verze 0.1.6
Poslední Aktualizace 2016-10-13
Datum Vydání 2016-10-13
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://www.fluentstream.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.fluentstream.com/privacy-policy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FluentCloud Meetings Presenter",
    "description": "This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.",
    "version": "0.1.6",
    "short_name": "FluentCloudPresenter",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "FS_VideoConf_Icon1_16x16.png",
        "48": "FS_VideoConf_Icon2_48x48.png",
        "128": "FS_VideoConf_Icon3_128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/meet.fluentcloud.com\/*"
        ]
    }
}