Pronto Screen Sharing
Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.
Was ist Pronto Screen Sharing?
Pronto Screen Sharing ist eine Chrome-Erweiterung, die von Pronto entwickelt wurde, und ihr Hauptmerkmal ist "Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.".
Erweiterungsscreenshots
Pronto Screen Sharing-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pronto Screen Sharing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ngjdmmdgiehhjidefanipbeoeobdjkkj |
| Offizielle URL | https://chromewebstore.google.com/detail/pronto-screen-sharing/ngjdmmdgiehhjidefanipbeoeobdjkkj |
| Beschreibung | Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com. |
| Dateigröße | 19.73 KB |
| Installationsanzahl | 111 |
| Aktuelle Version | 2.2 |
| Letztes Update | 2018-09-13 |
| Veröffentlichungsdatum | 2018-09-13 |
| Entwickler | Pronto |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://trypronto.com |
| URL der Datenschutzrichtlinien-Seite | https://www.trypronto.com/privacy |
| Unterstützte Sprachen | 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"
]
} | |