FluentCloud Meetings Presenter

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

Apa itu FluentCloud Meetings Presenter?

FluentCloud Meetings Presenter adalah ekstensi Chrome yang dikembangkan oleh https://www.fluentstream.com, dan fitur utamanya adalah "This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi FluentCloud Meetings Presenter

Unduh file ekstensi FluentCloud Meetings Presenter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama FluentCloud Meetings Presenter FluentCloud Meetings Presenter
ID jjgfjbggknjheidfijhjnmnnicgnklij
URL Resmi https://chromewebstore.google.com/detail/fluentcloud-meetings-pres/jjgfjbggknjheidfijhjnmnnicgnklij
Deskripsi This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.
Ukuran File 15.74 KB
Jumlah Instalasi 121
Versi Saat Ini 0.1.6
Terakhir Diperbarui 2016-10-13
Tanggal Publikasi 2016-10-13
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://www.fluentstream.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.fluentstream.com/privacy-policy
Bahasa yang Didukung 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\/*"
        ]
    }
}