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
官方網址 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\/*"
        ]
    }
}