3CX Webmeeting
Share your screen and co browse with 3CX WebRTC Meetings
Cos'è 3CX Webmeeting?
3CX Webmeeting è un'estensione di Chrome sviluppata da spereg53, e la sua funzione principale è "Share your screen and co browse with 3CX WebRTC Meetings".
Screenshot dell'Estensione
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
este es el completo.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | hhcfkgdbllagkfjdmmhhcanbehldemeg |
URL Ufficiale | https://chrome.google.com/webstore/detail/3cx-webmeeting/hhcfkgdbllagkfjdmmhhcanbehldemeg |
Descrizione | Share your screen and co browse with 3CX WebRTC Meetings |
Dimensione del File | 33.22 KB |
Conteggio Installazioni | 19 |
Versione Corrente | 7.7 |
Ultimo Aggiornamento | 2015-02-27 |
Data di Pubblicazione | 2015-02-27 |
Sviluppatore | spereg53 |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } } |