GoBrunch Screen Share
The WebRTC screen capturing extension to share your screen with the world
GoBrunch Screen Shareとは何ですか?
GoBrunch Screen Shareはhttps://gobrunch.comによって開発されたChromeの拡張機能で、その主な機能は「The WebRTC screen capturing extension to share your screen with the world」です。
拡張機能のスクリーンショット
GoBrunch Screen Share拡張機能のCRXファイルをダウンロード
GoBrunch Screen Share拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A Google Chrome Extension to help you share the screen on Gobrunch for web conferencing and webinars. Instructions: Create Webinar/Video Conference on Gobrunch Click on Screen Share icon from Google Chrome The Extension will be asked to install and work automatically. If it redirects you to this page then simply install the extension here and refresh the webinar/video conference page. Cheers
拡張機能の基本情報
名前 | GoBrunch Screen Share |
ID | meefekdbnfknopenfokiacipalgnkdee |
公式URL | https://chromewebstore.google.com/detail/gobrunch-screen-share/meefekdbnfknopenfokiacipalgnkdee |
説明 | The WebRTC screen capturing extension to share your screen with the world |
ファイルサイズ | 8.85 KB |
インストール数 | 7,056 |
現在のバージョン | 1.1.2 |
最終更新日 | 2018-10-25 |
公開日 | 2018-10-25 |
評価 | 3.67/5 合計 6 レビュー |
開発者 | https://gobrunch.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GoBrunch Screen Share", "author": "GoBrunch", "version": "1.1.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "The WebRTC screen capturing extension to share your screen with the world", "homepage_url": "https:\/\/gobrunch.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "matches": [ "https:\/\/*.gobrunch.com\/*" ] } ], "icons": { "48": "icon.png" }, "browser_action": { "default_title": "Add bookmark" }, "permissions": [ "desktopCapture", "https:\/\/*.gobrunch.com\/*" ], "web_accessible_resources": [ "icon.png" ] } |