Pronto Screen Sharing
Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.
Qu'est-ce que Pronto Screen Sharing ?
Pronto Screen Sharing est une extension Chrome développée par Pronto, et sa fonction principale est "Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pronto Screen Sharing
Téléchargez les fichiers d'extension Pronto Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Pronto Screen Sharing |
ID | ngjdmmdgiehhjidefanipbeoeobdjkkj |
URL Officiel | https://chromewebstore.google.com/detail/pronto-screen-sharing/ngjdmmdgiehhjidefanipbeoeobdjkkj |
Description | Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com. |
Taille du Fichier | 19.73 KB |
Nombre d'Installations | 111 |
Version Actuelle | 2.2 |
Dernière Mise à Jour | 2018-09-13 |
Date de Publication | 2018-09-13 |
Développeur | Pronto |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://trypronto.com |
URL de la Page de Politique de Confidentialité | https://www.trypronto.com/privacy |
Langues Prises en Charge | 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" ] } |