FluentCloud Meetings Presenter
This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.
¿Qué es FluentCloud Meetings Presenter?
FluentCloud Meetings Presenter es una extensión de Chrome desarrollada por https://www.fluentstream.com, y su función principal es "This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión FluentCloud Meetings Presenter
Descarga archivos de extensión FluentCloud Meetings Presenter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | FluentCloud Meetings Presenter |
ID | jjgfjbggknjheidfijhjnmnnicgnklij |
URL Oficial | https://chromewebstore.google.com/detail/fluentcloud-meetings-pres/jjgfjbggknjheidfijhjnmnnicgnklij |
Descripción | This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies. |
Tamaño del Archivo | 15.74 KB |
Cantidad de Instalaciones | 121 |
Versión Actual | 0.1.6 |
Última Actualización | 2016-10-13 |
Fecha de Publicación | 2016-10-13 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://www.fluentstream.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://www.fluentstream.com/privacy-policy |
Idiomas Soportados | 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\/*" ] } } |