ConexED Screen Sharing

Chrome screen sharing extension for the ConexED platform

What is ConexED Screen Sharing?

ConexED Screen Sharing is a Chrome extension developed by https://conexed.com, and its main feature is "Chrome screen sharing extension for the ConexED platform".

Extension Screenshots

screenshot

Download ConexED Screen Sharing Extension CRX File

Download ConexED 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

                        Share your full desktop or select an application window to share.  (Note:  others will be able to see a higher resolution of your shared application if your application's window is smaller than full screen.  Application windows sized around 800x400 work best.)                    

Extension Basic Information

Name ConexED Screen Sharing ConexED Screen Sharing
ID fadlnhpmllgjcllbnpjdknlbnnpammlg
Official URL https://chromewebstore.google.com/detail/conexed-screen-sharing/fadlnhpmllgjcllbnpjdknlbnnpammlg
Description Chrome screen sharing extension for the ConexED platform
File Size 15.6 KB
Installation Count 20,000
Current Version 1.7.3
Last Updated 2018-09-26
Publish Date 2018-09-26
Rating 4.00/5 Total 10 Ratings
Developer https://conexed.com
Payment Type free
Extension Website https://conexed.com
Help Page URL https://blog.conexed.com/help-center/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ConexED Screen Sharing",
    "version": "1.7.3",
    "manifest_version": 2,
    "description": "Chrome screen sharing extension for the ConexED platform",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.craniumcafe.com\/*",
            "https:\/\/*.conexed.com\/*"
        ]
    },
    "icons": {
        "16": "images\/16x16-C.png",
        "32": "images\/32x32-C.png",
        "48": "images\/48x48-C.png",
        "128": "images\/128x128-C.png"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/*.craniumcafe.com\/*",
        "https:\/\/*.conexed.com\/*"
    ],
    "web_accessible_resources": [
        "images\/48x48-C.png"
    ]
}