FluentCloud Meetings Presenter
This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.
Wat is FluentCloud Meetings Presenter?
FluentCloud Meetings Presenter is een Chrome-extensie ontwikkeld door https://www.fluentstream.com, en de belangrijkste functie is "This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.".
Extensie Screenshots
Download het CRX-bestand van de extensie FluentCloud Meetings Presenter
Download FluentCloud Meetings Presenter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | FluentCloud Meetings Presenter |
ID | jjgfjbggknjheidfijhjnmnnicgnklij |
Officiële URL | https://chromewebstore.google.com/detail/fluentcloud-meetings-pres/jjgfjbggknjheidfijhjnmnnicgnklij |
Beschrijving | This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies. |
Bestandsgrootte | 15.74 KB |
Aantal Installaties | 121 |
Huidige Versie | 0.1.6 |
Laatst Bijgewerkt | 2016-10-13 |
Publicatiedatum | 2016-10-13 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://www.fluentstream.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.fluentstream.com/privacy-policy |
Ondersteunde Talen | 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\/*" ] } } |