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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" ] } |