FluentCloud Meetings Presenter
This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.
Cos'è FluentCloud Meetings Presenter?
FluentCloud Meetings Presenter è un'estensione di Chrome sviluppata da https://www.fluentstream.com, e la sua funzione principale è "This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FluentCloud Meetings Presenter
Scarica i file di estensione FluentCloud Meetings Presenter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | FluentCloud Meetings Presenter |
ID | jjgfjbggknjheidfijhjnmnnicgnklij |
URL Ufficiale | https://chromewebstore.google.com/detail/fluentcloud-meetings-pres/jjgfjbggknjheidfijhjnmnnicgnklij |
Descrizione | This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies. |
Dimensione del File | 15.74 KB |
Conteggio Installazioni | 121 |
Versione Corrente | 0.1.6 |
Ultimo Aggiornamento | 2016-10-13 |
Data di Pubblicazione | 2016-10-13 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.fluentstream.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.fluentstream.com/privacy-policy |
Lingue Supportate | 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\/*" ] } } |