IceWarp Screen Sharing

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

O que é IceWarp Screen Sharing?

IceWarp Screen Sharing é uma extensão do Chrome desenvolvida por https://icewarp.com, e sua principal característica é "This extension allows you to share your screen to other users in the IceWarp WebClient.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão IceWarp Screen Sharing

Baixe arquivos de extensão IceWarp Screen Sharing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome IceWarp Screen Sharing IceWarp Screen Sharing
ID gpeicpibkllbejpnminnmecpjedmhhdg
URL Oficial https://chromewebstore.google.com/detail/icewarp-screen-sharing/gpeicpibkllbejpnminnmecpjedmhhdg
Descrição This extension allows you to share your screen to other users in the IceWarp WebClient.
Tamanho do Arquivo 9.67 KB
Contagem de Instalações 537
Versão Atual 1.0.5
Última Atualização 2014-10-14
Data de Publicação 2014-10-14
Classificação 4.94/5 Total de 32 Avaliações
Desenvolvedor https://icewarp.com
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}