WebinarJam Screen Sharing

This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.

What is WebinarJam Screen Sharing?

WebinarJam Screen Sharing is a Chrome extension developed by https://dev.webinarjam.com, and its main feature is "This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.".

Extension Screenshots

screenshot

Download WebinarJam Screen Sharing Extension CRX File

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

                        Allows WebinarJam presenters to screen share their desktop to their viewers                    

Extension Basic Information

Name WebinarJam Screen Sharing WebinarJam Screen Sharing
ID fjcagflhkmbkecgddkjblhkadbplhfan
Official URL https://chromewebstore.google.com/detail/webinarjam-screen-sharing/fjcagflhkmbkecgddkjblhkadbplhfan
Description This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.
File Size 28.84 KB
Installation Count 1,104
Current Version 2.1
Last Updated 2016-05-13
Publish Date 2016-05-13
Developer https://dev.webinarjam.com
Payment Type free
Extension Website https://dev.webinarjam.com
Help Page URL https://dev.webinarjam.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebinarJam Screen Sharing",
    "author": "Genesis Digital, LLC",
    "version": "2.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed for https:\/\/www.webinarjam.com. It doesn't do anything except capture content of your screen.",
    "homepage_url": "https:\/\/www.webinarjam.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.webinarjam.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}