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 |
官方網址 | 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" ] } |