Pronto Screen Sharing

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

Vad är Pronto Screen Sharing?

Pronto Screen Sharing är en Chrome-tillägg utvecklad av Pronto, och dess huvudfunktion är "Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Pronto Screen Sharing-förlängningens CRX-fil

Ladda ner Pronto Screen Sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Pronto Screen Sharing Pronto Screen Sharing
ID ngjdmmdgiehhjidefanipbeoeobdjkkj
Officiell webbadress https://chromewebstore.google.com/detail/pronto-screen-sharing/ngjdmmdgiehhjidefanipbeoeobdjkkj
Beskrivning Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.
Filstorlek 19.73 KB
Antal Installationer 111
Aktuell Version 2.2
Senast Uppdaterad 2018-09-13
Publiceringsdatum 2018-09-13
Utvecklare Pronto
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://trypronto.com
URL till Sekretesspolicy Sidan https://www.trypronto.com/privacy
Stödda Språk 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"
    ]
}