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" ] } |