Pronto Screen Sharing

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

Pronto Screen Sharing क्या है?

Pronto Screen Sharing Pronto द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pronto Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Pronto Screen Sharing Pronto Screen Sharing
ID ngjdmmdgiehhjidefanipbeoeobdjkkj
आधिकारिक URL https://chromewebstore.google.com/detail/pronto-screen-sharing/ngjdmmdgiehhjidefanipbeoeobdjkkj
विवरण Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.
फ़ाइल का आकार 19.73 KB
स्थापना संख्या 111
वर्तमान संस्करण 2.2
अंतिम अपडेट 2018-09-13
प्रकाशन तिथि 2018-09-13
डेवलपर Pronto
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://trypronto.com
गोपनीयता नीति पृष्ठ URL https://www.trypronto.com/privacy
समर्थित भाषाएँ 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"
    ]
}