FluentCloud Meetings Presenter

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

O que é FluentCloud Meetings Presenter?

FluentCloud Meetings Presenter é uma extensão do Chrome desenvolvida por https://www.fluentstream.com, e sua principal característica é "This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FluentCloud Meetings Presenter

Baixe arquivos de extensão FluentCloud Meetings Presenter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome FluentCloud Meetings Presenter FluentCloud Meetings Presenter
ID jjgfjbggknjheidfijhjnmnnicgnklij
URL Oficial https://chromewebstore.google.com/detail/fluentcloud-meetings-pres/jjgfjbggknjheidfijhjnmnnicgnklij
Descrição This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.
Tamanho do Arquivo 15.74 KB
Contagem de Instalações 121
Versão Atual 0.1.6
Última Atualização 2016-10-13
Data de Publicação 2016-10-13
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://www.fluentstream.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.fluentstream.com/privacy-policy
Idiomas Suportados 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\/*"
        ]
    }
}