Pronto Screen Sharing

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

Apa itu Pronto Screen Sharing?

Pronto Screen Sharing adalah ekstensi Chrome yang dikembangkan oleh Pronto, dan fitur utamanya adalah "Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Pronto Screen Sharing

Unduh file ekstensi Pronto Screen Sharing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Pronto Screen Sharing Pronto Screen Sharing
ID ngjdmmdgiehhjidefanipbeoeobdjkkj
URL Resmi https://chromewebstore.google.com/detail/pronto-screen-sharing/ngjdmmdgiehhjidefanipbeoeobdjkkj
Deskripsi Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.
Ukuran File 19.73 KB
Jumlah Instalasi 111
Versi Saat Ini 2.2
Terakhir Diperbarui 2018-09-13
Tanggal Publikasi 2018-09-13
Pengembang Pronto
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://trypronto.com
URL Halaman Kebijakan Privasi https://www.trypronto.com/privacy
Bahasa yang Didukung 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"
    ]
}