Pronto Screen Sharing
Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.
什么是Pronto Screen Sharing?
Pronto Screen Sharing是由Pronto开发的Chrome扩展程序,该扩展的主要功能是“Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.”。
扩展截图
下载Pronto Screen Sharing扩展crx文件
下载Pronto Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will allow users to share their screen in Pronto during live streaming. A user may choose to broadcast either live video or share their screen. This extension specifically handles the functionality behind prompting a user for which screen they'd like to share.
扩展基本信息
名称 | Pronto Screen Sharing |
ID | ngjdmmdgiehhjidefanipbeoeobdjkkj |
官方URL | https://chromewebstore.google.com/detail/pronto-screen-sharing/ngjdmmdgiehhjidefanipbeoeobdjkkj |
简介 | Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com. |
文件大小 | 19.73 KB |
安装次数 | 111 |
当前版本 | 2.2 |
更新时间 | 2018-09-13 |
上架时间 | 2018-09-13 |
开发者 | Pronto |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://trypronto.com |
隐私政策页面URL | https://www.trypronto.com/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pronto Screen Sharing", "author": "Hit Labs, Inc.", "version": "2.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Use this Pronto extension to share your screen in the Pronto Communications web client found at https:\/\/trypronto.com.", "homepage_url": "https:\/\/trypronto.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.trypronto.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |