3CX WebMeeting

Share your screen and co browse with 3CX WebMeeting

Cos'è 3CX WebMeeting?

3CX WebMeeting è un'estensione di Chrome sviluppata da karlshemsvagen, e la sua funzione principale è "Share your screen and co browse with 3CX WebMeeting".

Scarica il file CRX dell'estensione 3CX WebMeeting

Scarica i file di estensione 3CX WebMeeting in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome 3CX WebMeeting 3CX WebMeeting
ID jmpkiahcfkocbfffobodjfojbcblgfgg
URL Ufficiale https://chrome.google.com/webstore/detail/3cx-webmeeting/jmpkiahcfkocbfffobodjfojbcblgfgg
Descrizione Share your screen and co browse with 3CX WebMeeting
Dimensione del File 33.86 KB
Conteggio Installazioni 77
Versione Corrente 8.3
Ultimo Aggiornamento 2015-08-12
Data di Pubblicazione 2015-08-12
Sviluppatore karlshemsvagen
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "8.3",
    "name": "3CX WebMeeting",
    "short_name": "3CX WebMeeting",
    "description": "Share your screen and co browse with 3CX WebMeeting",
    "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": [
            "*:\/\/*.karlshem.fortiddns.com\/*"
        ]
    }
}