Springboard Screen Share

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

什么是Springboard Screen Share?

Springboard Screen Share是由https://www.springboard.com开发的Chrome扩展程序,该扩展的主要功能是“Screen sharing for Springboard’s weekly student/mentor calls.”。

扩展截图

screenshot

下载Springboard Screen Share扩展crx文件

下载Springboard Screen Share扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Springboard Screen Share Springboard Screen Share
ID pcjcjlkgaifenbpoojjeemocglhjhdpo
官方URL https://chromewebstore.google.com/detail/springboard-screen-share/pcjcjlkgaifenbpoojjeemocglhjhdpo
简介 Screen sharing for Springboard’s weekly student/mentor calls.
文件大小 62.16 KB
安装次数 287
当前版本 1.0.1
更新时间 2016-06-16
上架时间 2016-06-16
评分 5.00/5 共4次评分
开发者 https://www.springboard.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.springboard.com/
支持的语言 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"
    ]
}