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