FluentCloud Meetings Presenter

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

什么是FluentCloud Meetings Presenter?

FluentCloud Meetings Presenter是由https://www.fluentstream.com开发的Chrome扩展程序,该扩展的主要功能是“This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.”。

扩展截图

screenshot

下载FluentCloud Meetings Presenter扩展crx文件

下载FluentCloud Meetings Presenter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 FluentCloud Meetings Presenter FluentCloud Meetings Presenter
ID jjgfjbggknjheidfijhjnmnnicgnklij
官方URL https://chromewebstore.google.com/detail/fluentcloud-meetings-pres/jjgfjbggknjheidfijhjnmnnicgnklij
简介 This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.
文件大小 15.74 KB
安装次数 121
当前版本 0.1.6
更新时间 2016-10-13
上架时间 2016-10-13
评分 5.00/5 共1次评分
开发者 https://www.fluentstream.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.fluentstream.com/privacy-policy
支持的语言 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\/*"
        ]
    }
}