3CX WebMeeting
Share your screen and co browse with 3CX WebMeeting
¿Qué es 3CX WebMeeting?
3CX WebMeeting es una extensión de Chrome desarrollada por karlshemsvagen, y su función principal es "Share your screen and co browse with 3CX WebMeeting".
Descargar Archivo CRX de la Extensión 3CX WebMeeting
Descarga archivos de extensión 3CX WebMeeting en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Información Básica de la Extensión
Nombre | |
ID | jmpkiahcfkocbfffobodjfojbcblgfgg |
URL Oficial | https://chrome.google.com/webstore/detail/3cx-webmeeting/jmpkiahcfkocbfffobodjfojbcblgfgg |
Descripción | Share your screen and co browse with 3CX WebMeeting |
Tamaño del Archivo | 33.86 KB |
Cantidad de Instalaciones | 77 |
Versión Actual | 8.3 |
Última Actualización | 2015-08-12 |
Fecha de Publicación | 2015-08-12 |
Desarrollador | karlshemsvagen |
Tipo de Pago | free |
Idiomas Soportados | 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\/*" ] } } |