Pronto Screen Sharing

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

Cos'è Pronto Screen Sharing?

Pronto Screen Sharing è un'estensione di Chrome sviluppata da Pronto, e la sua funzione principale è "Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Pronto Screen Sharing

Scarica i file di estensione Pronto Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Pronto Screen Sharing Pronto Screen Sharing
ID ngjdmmdgiehhjidefanipbeoeobdjkkj
URL Ufficiale https://chromewebstore.google.com/detail/pronto-screen-sharing/ngjdmmdgiehhjidefanipbeoeobdjkkj
Descrizione Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.
Dimensione del File 19.73 KB
Conteggio Installazioni 111
Versione Corrente 2.2
Ultimo Aggiornamento 2018-09-13
Data di Pubblicazione 2018-09-13
Sviluppatore Pronto
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://trypronto.com
URL della Pagina della Politica sulla Privacy https://www.trypronto.com/privacy
Lingue Supportate 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"
    ]
}