Pronto Screen Sharing

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

Hvad er Pronto Screen Sharing?

Pronto Screen Sharing er en Chrome-udvidelse udviklet af Pronto, og dens hovedfunktion er "Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Pronto Screen Sharing-udvidelses-CRX-fil

Download Pronto Screen Sharing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Pronto Screen Sharing Pronto Screen Sharing
ID ngjdmmdgiehhjidefanipbeoeobdjkkj
Officiel URL https://chromewebstore.google.com/detail/pronto-screen-sharing/ngjdmmdgiehhjidefanipbeoeobdjkkj
Beskrivelse Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.
Filstørrelse 19.73 KB
Antal Installationer 111
Nuværende Version 2.2
Senest Opdateret 2018-09-13
Udgivelsesdato 2018-09-13
Udvikler Pronto
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://trypronto.com
URL til Fortrolighedspolitik Side https://www.trypronto.com/privacy
Understøttede Sprog 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"
    ]
}