IceWarp Screen Sharing

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

What is IceWarp Screen Sharing?

IceWarp Screen Sharing is a Chrome extension developed by https://icewarp.com, and its main feature is "This extension allows you to share your screen to other users in the IceWarp WebClient.".

Extension Screenshots

screenshot

Download IceWarp Screen Sharing Extension CRX File

Download IceWarp Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name IceWarp Screen Sharing IceWarp Screen Sharing
ID gpeicpibkllbejpnminnmecpjedmhhdg
Official URL https://chromewebstore.google.com/detail/icewarp-screen-sharing/gpeicpibkllbejpnminnmecpjedmhhdg
Description This extension allows you to share your screen to other users in the IceWarp WebClient.
File Size 9.67 KB
Installation Count 537
Current Version 1.0.5
Last Updated 2014-10-14
Publish Date 2014-10-14
Rating 4.94/5 Total 32 Ratings
Developer https://icewarp.com
Payment Type free
Supported Languages 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"
    ]
}