Pronto Screen Sharing

Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.

Co to jest Pronto Screen Sharing?

Pronto Screen Sharing to rozszerzenie Chrome opracowane przez Pronto, a jego główną funkcją jest „Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Pronto Screen Sharing

Pobierz pliki rozszerzeń Pronto Screen Sharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pronto Screen Sharing Pronto Screen Sharing
ID ngjdmmdgiehhjidefanipbeoeobdjkkj
Oficjalny URL https://chromewebstore.google.com/detail/pronto-screen-sharing/ngjdmmdgiehhjidefanipbeoeobdjkkj
Opis Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.
Rozmiar pliku 19.73 KB
Liczba instalacji 111
Aktualna Wersja 2.2
Ostatnia Aktualizacja 2018-09-13
Data Publikacji 2018-09-13
Deweloper Pronto
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://trypronto.com
Adres URL Strony Polityki Prywatności https://www.trypronto.com/privacy
Obsługiwane Języki 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"
    ]
}