FluentCloud Meetings Presenter
This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.
Was ist FluentCloud Meetings Presenter?
FluentCloud Meetings Presenter ist eine Chrome-Erweiterung, die von https://www.fluentstream.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.".
Erweiterungsscreenshots
FluentCloud Meetings Presenter-Erweiterungs-CRX-Datei herunterladen
Laden Sie FluentCloud Meetings Presenter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | FluentCloud Meetings Presenter |
ID | jjgfjbggknjheidfijhjnmnnicgnklij |
Offizielle URL | https://chromewebstore.google.com/detail/fluentcloud-meetings-pres/jjgfjbggknjheidfijhjnmnnicgnklij |
Beschreibung | This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies. |
Dateigröße | 15.74 KB |
Installationsanzahl | 121 |
Aktuelle Version | 0.1.6 |
Letztes Update | 2016-10-13 |
Veröffentlichungsdatum | 2016-10-13 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://www.fluentstream.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.fluentstream.com/privacy-policy |
Unterstützte Sprachen | 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\/*" ] } } |