ConexED Screen Sharing

Chrome screen sharing extension for the ConexED platform

Co to jest ConexED Screen Sharing?

ConexED Screen Sharing to rozszerzenie Chrome opracowane przez https://conexed.com, a jego główną funkcją jest „Chrome screen sharing extension for the ConexED platform”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ConexED Screen Sharing

Pobierz pliki rozszerzeń ConexED 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 your full desktop or select an application window to share.  (Note:  others will be able to see a higher resolution of your shared application if your application's window is smaller than full screen.  Application windows sized around 800x400 work best.)                    

Podstawowe informacje o rozszerzeniu

Nazwa ConexED Screen Sharing ConexED Screen Sharing
ID fadlnhpmllgjcllbnpjdknlbnnpammlg
Oficjalny URL https://chromewebstore.google.com/detail/conexed-screen-sharing/fadlnhpmllgjcllbnpjdknlbnnpammlg
Opis Chrome screen sharing extension for the ConexED platform
Rozmiar pliku 15.6 KB
Liczba instalacji 20,000
Aktualna Wersja 1.7.3
Ostatnia Aktualizacja 2018-09-26
Data Publikacji 2018-09-26
Ocena 4.00/5 Łącznie 10 Oceny
Deweloper https://conexed.com
Typ Płatności free
Strona Rozszerzenia https://conexed.com
Adres URL Strony Pomocy https://blog.conexed.com/help-center/
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ConexED Screen Sharing",
    "version": "1.7.3",
    "manifest_version": 2,
    "description": "Chrome screen sharing extension for the ConexED platform",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.craniumcafe.com\/*",
            "https:\/\/*.conexed.com\/*"
        ]
    },
    "icons": {
        "16": "images\/16x16-C.png",
        "32": "images\/32x32-C.png",
        "48": "images\/48x48-C.png",
        "128": "images\/128x128-C.png"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/*.craniumcafe.com\/*",
        "https:\/\/*.conexed.com\/*"
    ],
    "web_accessible_resources": [
        "images\/48x48-C.png"
    ]
}