Pronto Screen Sharing
Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.
Wat is Pronto Screen Sharing?
Pronto Screen Sharing is een Chrome-extensie ontwikkeld door Pronto, en de belangrijkste functie is "Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.".
Extensie Screenshots
Download het CRX-bestand van de extensie Pronto Screen Sharing
Download Pronto Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Pronto Screen Sharing |
ID | ngjdmmdgiehhjidefanipbeoeobdjkkj |
Officiële URL | https://chromewebstore.google.com/detail/pronto-screen-sharing/ngjdmmdgiehhjidefanipbeoeobdjkkj |
Beschrijving | Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com. |
Bestandsgrootte | 19.73 KB |
Aantal Installaties | 111 |
Huidige Versie | 2.2 |
Laatst Bijgewerkt | 2018-09-13 |
Publicatiedatum | 2018-09-13 |
Ontwikkelaar | Pronto |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://trypronto.com |
URL van de Privacybeleid Pagina | https://www.trypronto.com/privacy |
Ondersteunde Talen | 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" ] } |