FluentCloud Meetings Presenter

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

Vad är FluentCloud Meetings Presenter?

FluentCloud Meetings Presenter är en Chrome-tillägg utvecklad av https://www.fluentstream.com, och dess huvudfunktion är "This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.".

Tilläggsskärmbilder

screenshot

Ladda ner FluentCloud Meetings Presenter-förlängningens CRX-fil

Ladda ner FluentCloud Meetings Presenter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn FluentCloud Meetings Presenter FluentCloud Meetings Presenter
ID jjgfjbggknjheidfijhjnmnnicgnklij
Officiell webbadress https://chromewebstore.google.com/detail/fluentcloud-meetings-pres/jjgfjbggknjheidfijhjnmnnicgnklij
Beskrivning This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.
Filstorlek 15.74 KB
Antal Installationer 121
Aktuell Version 0.1.6
Senast Uppdaterad 2016-10-13
Publiceringsdatum 2016-10-13
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://www.fluentstream.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.fluentstream.com/privacy-policy
Stödda Språk 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\/*"
        ]
    }
}