Screen Sharing

Chrome Extension for sharing screen in video chat

Apa itu Screen Sharing?

Screen Sharing adalah ekstensi Chrome yang dikembangkan oleh Jungleworks, dan fitur utamanya adalah "Chrome Extension for sharing screen in video chat".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Screen Sharing

Unduh file ekstensi 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

                        Share the screen from your computer in a video conversation, to show presentations, photos and documents.
This extension lets you share your screen with other participants in a video chat, so you can hold efficient online meetings. 

Install it to share the screen from your computer in a video conversation, to show presentations, photos and documents.

- Select which window/application or Chrome tab to share from your computer
- Handles multiple screens/monitors
- Participants can double-click to view your shared screen in fullscreen                    

Informasi Dasar Ekstensi

Nama Screen Sharing Screen Sharing
ID onnpnbcklmahhoajlilopflaandmlooa
URL Resmi https://chromewebstore.google.com/detail/screen-sharing/onnpnbcklmahhoajlilopflaandmlooa
Deskripsi Chrome Extension for sharing screen in video chat
Ukuran File 7.52 KB
Jumlah Instalasi 51,594
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2019-10-14
Tanggal Publikasi 2019-10-14
Penilaian 2.58/5 Total 12 Penilaian
Pengembang Jungleworks
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://jungleworks.com
URL Halaman Kebijakan Privasi https://jungleworks.com/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Sharing",
    "description": "Chrome Extension for sharing screen in video chat",
    "version": "1.0.5",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "scripts": [
            "extension.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.fugu.chat\/*",
            "https:\/\/*.officechat.io\/*",
            "https:\/\/*.fuguchat.com\/*",
            "https:\/\/hippochat.io\/*",
            "https:\/\/*.muleapp.io\/*",
            "https:\/\/*.mazentaa.in\/*",
            "https:\/\/*.bulbul.io\/*",
            "https:\/\/*.fuelbyghq.com\/*",
            "https:\/\/*.xpertreach.io\/*"
        ]
    },
    "permissions": [
        "desktopCapture"
    ]
}