Linkello Screen Sharing

This extension allows you to share your screen

Co to jest Linkello Screen Sharing?

Linkello Screen Sharing to rozszerzenie Chrome opracowane przez https://linkello.com, a jego główną funkcją jest „This extension allows you to share your screen”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Linkello Screen Sharing

Pobierz pliki rozszerzeń Linkello 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

                        Install this plugin to enable the screen sharing feature on linkello.com. Don't forget to reload the conference page after having installed this add-on !                    

Podstawowe informacje o rozszerzeniu

Nazwa Linkello Screen Sharing Linkello Screen Sharing
ID eeopgbooadfjifpfalhifnogjblphecd
Oficjalny URL https://chromewebstore.google.com/detail/linkello-screen-sharing/eeopgbooadfjifpfalhifnogjblphecd
Opis This extension allows you to share your screen
Rozmiar pliku 12.11 KB
Liczba instalacji 243
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-01-09
Data Publikacji 2019-01-09
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://linkello.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linkello Screen Sharing",
    "description": "This extension allows you to share your screen",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "128": "logo_icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "bridge.js"
            ],
            "matches": [
                "*:\/\/*.linkello.com\/*"
            ]
        }
    ],
    "permissions": [
        "desktopCapture"
    ]
}