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
Eメール [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\/*"
        ]
    }
}