3CX Webmeeting

Share your screen and co browse with 3CX WebRTC Meetings

Wat is 3CX Webmeeting?

3CX Webmeeting is een Chrome-extensie ontwikkeld door spereg53, en de belangrijkste functie is "Share your screen and co browse with 3CX WebRTC Meetings".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 3CX Webmeeting

Download 3CX Webmeeting-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        este es el completo.                    

Basisinformatie over de Extensie

Naam 3CX Webmeeting 3CX Webmeeting
ID hhcfkgdbllagkfjdmmhhcanbehldemeg
Officiële URL https://chrome.google.com/webstore/detail/3cx-webmeeting/hhcfkgdbllagkfjdmmhhcanbehldemeg
Beschrijving Share your screen and co browse with 3CX WebRTC Meetings
Bestandsgrootte 33.22 KB
Aantal Installaties 19
Huidige Versie 7.7
Laatst Bijgewerkt 2015-02-27
Publicatiedatum 2015-02-27
Ontwikkelaar spereg53
Betalingswijze free
Ondersteunde Talen es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "7.7",
    "name": "3CX Webmeeting",
    "short_name": "3CX WebRTC",
    "description": "Share your screen and co browse with 3CX WebRTC Meetings",
    "author": "3CX",
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "38": "icon38.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "16": "icon16.png",
            "19": "icon19.png",
            "38": "icon38.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Send page link to others participants"
    },
    "permissions": [
        "desktopCapture",
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/conferencia.facir.com\/*"
        ]
    }
}