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.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | pcjcjlkgaifenbpoojjeemocglhjhdpo |
| 官方網址 | 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"
]
} | |