Pronto Screen Sharing
Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.
Co je Pronto Screen Sharing?
Pronto Screen Sharing je rozšíření Chrome vyvinuté Pronto, a jeho hlavní funkcí je „Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Pronto Screen Sharing
Stáhněte si soubory rozšíření Pronto Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Pronto Screen Sharing |
ID | ngjdmmdgiehhjidefanipbeoeobdjkkj |
Oficiální URL | https://chromewebstore.google.com/detail/pronto-screen-sharing/ngjdmmdgiehhjidefanipbeoeobdjkkj |
Popis | Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com. |
Velikost souboru | 19.73 KB |
Počet instalací | 111 |
Aktuální Verze | 2.2 |
Poslední Aktualizace | 2018-09-13 |
Datum Vydání | 2018-09-13 |
Vývojář | Pronto |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://trypronto.com |
URL Stránky Zásad Ochrany Soukromí | https://www.trypronto.com/privacy |
Podporované Jazyky | 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" ] } |