Proficonf screen sharing

Simple extension that allows to stream desktop with proficonf.com

Qu'est-ce que Proficonf screen sharing ?

Proficonf screen sharing est une extension Chrome développée par https://proficonf.com, et sa fonction principale est "Simple extension that allows to stream desktop with proficonf.com".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Proficonf screen sharing

Téléchargez les fichiers d'extension Proficonf screen sharing 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

                        Chrome extension to share the screen from your computer in a video conversation for your audience.

Proficonf allows you to start a video conversation with anyone right in the browser, without the need to download and install any software. 

Proficonf includes all you need in one application for a great communication experience:

* Documents demonstration
* High quality screen sharing
* Multi-user chat
* Recordings 

.. and many more

Be productive with the latest video conferencing technologies!                    

Informations de Base sur l'Extension

Nom Proficonf screen sharing Proficonf screen sharing
ID jhflfpbpmmmafddiaajdipeibfnddcaa
URL Officiel https://chromewebstore.google.com/detail/proficonf-screen-sharing/jhflfpbpmmmafddiaajdipeibfnddcaa
Description Simple extension that allows to stream desktop with proficonf.com
Taille du Fichier 11 KB
Nombre d'Installations 228
Version Actuelle 1.0.1
Dernière Mise à Jour 2018-03-21
Date de Publication 2018-03-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://proficonf.com
Type de Paiement free
Site Web de l'Extension https://proficonf.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Proficonf screen sharing",
    "description": "Simple extension that allows to stream desktop with proficonf.com",
    "version": "1.0.1",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "logo-16x16.png",
        "48": "logo-48x48.png",
        "128": "logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/proficonf.com\/*",
            "*:\/\/*.proficonf.com\/*",
            "*:\/\/*.proficonf.io\/*",
            "http:\/\/localhost:8000\/*"
        ]
    }
}