Springboard Screen Share

Screen sharing for Springboard’s weekly student/mentor calls.

What is Springboard Screen Share?

Springboard Screen Share is a Chrome extension developed by https://www.springboard.com, and its main feature is "Screen sharing for Springboard’s weekly student/mentor calls.".

Extension Screenshots

screenshot

Download Springboard Screen Share Extension CRX File

Download Springboard Screen Share 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 screen during your weekly calls! This extension makes it easy to share projects, documents and more.

Springboard’s extension is built with WebRTC, and requires a WebRTC-compliant browser such as Chrome or Firefox.                    

Extension Basic Information

Name Springboard Screen Share Springboard Screen Share
ID pcjcjlkgaifenbpoojjeemocglhjhdpo
Official URL https://chromewebstore.google.com/detail/springboard-screen-share/pcjcjlkgaifenbpoojjeemocglhjhdpo
Description Screen sharing for Springboard’s weekly student/mentor calls.
File Size 62.16 KB
Installation Count 287
Current Version 1.0.1
Last Updated 2016-06-16
Publish Date 2016-06-16
Rating 5.00/5 Total 4 Ratings
Developer https://www.springboard.com
Email [email protected]
Payment Type free
Extension Website https://www.springboard.com/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Springboard Screen Share",
    "short_name": "Springboard Screen Share",
    "author": {
        "name": "Sliderule Labs Inc."
    },
    "version": "1.0.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Screen sharing for Springboard\u2019s weekly student\/mentor calls.",
    "homepage_url": "https:\/\/www.springboard.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.springboard.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}