Secure screen sharing

Share the screen from your computer in a video meeting, to show presentations, photos, and documents. This extension lets you…

Co to jest Secure screen sharing?

Secure screen sharing to rozszerzenie Chrome opracowane przez https://24sessions.com, a jego główną funkcją jest „Share the screen from your computer in a video meeting, to show presentations, photos, and documents. This extension lets you…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Secure screen sharing

Pobierz pliki rozszerzeń Secure 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 meeting, to show presentations, photos, and documents.

This extension lets you share your screen with other participants in 24sessions meeting room so you can hold efficient online meetings with anyone right in the browser. 

- Select which window/application or Chrome tab to share from your computer
- Participants can double-click to view your shared screen in fullscreen
- Secure screen sharing


Install instruction:

- On the top of the page click "Add to Chrome" this will Install the 24session screen sharing extension.
- After installation, browse back to the meeting room tab window.
- Click "Refresh page" button to activate the screen sharing.
- After page refresh click "Share screen" again and you are good to go.


About 24sessions:

24sessions.com requires a WebRTC-compliant browser such as Chrome, Firefox, Microsoft Edge or Opera, and supports the last two versions of Chrome.                    

Podstawowe informacje o rozszerzeniu

Nazwa Secure screen sharing Secure screen sharing
ID akngncmebaenfdgfbmommpnonpidhaod
Oficjalny URL https://chromewebstore.google.com/detail/secure-screen-sharing/akngncmebaenfdgfbmommpnonpidhaod
Opis Share the screen from your computer in a video meeting, to show presentations, photos, and documents. This extension lets you…
Rozmiar pliku 37.06 KB
Liczba instalacji 1,548
Aktualna Wersja 2.1.1
Ostatnia Aktualizacja 2019-05-16
Data Publikacji 2019-05-16
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://24sessions.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://24sessions.com/privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Secure screen sharing",
    "version": "2.1.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "desktopCapture",
        "activeTab",
        "https:\/\/*.24sessions.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.24sessions.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "version.txt"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.24sessions.com\/*"
        ]
    }
}