WebinarJam Screen Sharing
WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.
WebinarJam Screen Sharingとは何ですか?
WebinarJam Screen Sharingはhttp://webinarjam.genndi.comによって開発されたChromeの拡張機能で、その主な機能は「WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.」です。
拡張機能のスクリーンショット
WebinarJam Screen Sharing拡張機能のCRXファイルをダウンロード
WebinarJam Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | fokdfhbpgcghjfghmjlggjfhkaogooel |
公式URL | https://chrome.google.com/webstore/detail/webinarjam-screen-sharing/fokdfhbpgcghjfghmjlggjfhkaogooel |
説明 | WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience. |
ファイルサイズ | 5.6 KB |
インストール数 | 30,000 |
現在のバージョン | 3.0.5 |
最終更新日 | 2017-07-26 |
公開日 | 2017-07-26 |
評価 | 2.75/5 合計 4 レビュー |
開発者 | http://webinarjam.genndi.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebinarJam Screen Sharing", "author": "Genesis Digital, LLC", "version": "3.0.5", "manifest_version": 2, "minimum_chrome_version": "34", "description": "WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.", "homepage_url": "https:\/\/www.webinarjam.com", "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ], "externally_connectable": { "matches": [ "*:\/\/*.genndidev.com:*\/*", "*:\/\/*.genndi.com:*\/*", "*:\/\/*.genndi.dev:*\/*" ] } } |