IceWarp Screen Sharing

This extension allows you to share your screen to other users in the IceWarp WebClient.

¿Qué es IceWarp Screen Sharing?

IceWarp Screen Sharing es una extensión de Chrome desarrollada por https://icewarp.com, y su función principal es "This extension allows you to share your screen to other users in the IceWarp WebClient.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión IceWarp Screen Sharing

Descarga archivos de extensión IceWarp Screen Sharing 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

                        IceWarp WebClient is an all-in-one hub for your messaging communications, whether email, instant messaging, voice, online conferencing, document management, and more. Accessible from your desktop or on-the-go, you are truly able to access everything you need during your workday while never leaving the IceWarp interface.                    

Información Básica de la Extensión

Nombre IceWarp Screen Sharing IceWarp Screen Sharing
ID gpeicpibkllbejpnminnmecpjedmhhdg
URL Oficial https://chromewebstore.google.com/detail/icewarp-screen-sharing/gpeicpibkllbejpnminnmecpjedmhhdg
Descripción This extension allows you to share your screen to other users in the IceWarp WebClient.
Tamaño del Archivo 9.67 KB
Cantidad de Instalaciones 537
Versión Actual 1.0.5
Última Actualización 2014-10-14
Fecha de Publicación 2014-10-14
Calificación 4.94/5 Total de 32 Calificaciones
Desarrollador https://icewarp.com
Tipo de Pago free
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IceWarp Screen Sharing",
    "author": "Martin Ekblom",
    "version": "1.0.5",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This extension allows you to share your screen to other users in the IceWarp WebClient.",
    "homepage_url": "http:\/\/www.icewarp.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*.icewarp.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.icewarp.com\/*"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon.png",
        "128": "icon128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png",
        "icon16.png",
        "icon128.png"
    ]
}