Screen Sharing

Chrome Extension for sharing screen in video chat

Co to jest Screen Sharing?

Screen Sharing to rozszerzenie Chrome opracowane przez Jungleworks, a jego główną funkcją jest „Chrome Extension for sharing screen in video chat”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Screen Sharing

Pobierz pliki rozszerzeń Screen Sharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Screen Sharing Screen Sharing
ID onnpnbcklmahhoajlilopflaandmlooa
Oficjalny URL https://chromewebstore.google.com/detail/screen-sharing/onnpnbcklmahhoajlilopflaandmlooa
Opis Chrome Extension for sharing screen in video chat
Rozmiar pliku 7.52 KB
Liczba instalacji 51,594
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2019-10-14
Data Publikacji 2019-10-14
Ocena 2.58/5 Łącznie 12 Oceny
Deweloper Jungleworks
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://jungleworks.com
Adres URL Strony Polityki Prywatności https://jungleworks.com/privacy-policy
Obsługiwane Języki 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"
    ]
}