FluentCloud Meetings Presenter

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

Qu'est-ce que FluentCloud Meetings Presenter ?

FluentCloud Meetings Presenter est une extension Chrome développée par https://www.fluentstream.com, et sa fonction principale est "This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FluentCloud Meetings Presenter

Téléchargez les fichiers d'extension FluentCloud Meetings Presenter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom FluentCloud Meetings Presenter FluentCloud Meetings Presenter
ID jjgfjbggknjheidfijhjnmnnicgnklij
URL Officiel https://chromewebstore.google.com/detail/fluentcloud-meetings-pres/jjgfjbggknjheidfijhjnmnnicgnklij
Description This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.
Taille du Fichier 15.74 KB
Nombre d'Installations 121
Version Actuelle 0.1.6
Dernière Mise à Jour 2016-10-13
Date de Publication 2016-10-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.fluentstream.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.fluentstream.com/privacy-policy
Langues Prises en Charge 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\/*"
        ]
    }
}