RemoteEye Screensharing

Chrome extension to enable Screen sharing on RemoteEye.

Co je RemoteEye Screensharing?

RemoteEye Screensharing je rozšíření Chrome vyvinuté https://app.remoteeye.com, a jeho hlavní funkcí je „Chrome extension to enable Screen sharing on RemoteEye.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření RemoteEye Screensharing

Stáhněte si soubory rozšíření RemoteEye Screensharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Chrome extension to enable Screen sharing on RemoteEye.                    

Základní Informace o Rozšíření

Název RemoteEye Screensharing RemoteEye Screensharing
ID hfceddghiillmnhcbpenkhofgpkdonbl
Oficiální URL https://chromewebstore.google.com/detail/remoteeye-screensharing/hfceddghiillmnhcbpenkhofgpkdonbl
Popis Chrome extension to enable Screen sharing on RemoteEye.
Velikost souboru 34.16 KB
Počet instalací 81
Aktuální Verze 3.0
Poslední Aktualizace 2017-09-14
Datum Vydání 2017-09-14
Vývojář https://app.remoteeye.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.remoteeye.com
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RemoteEye Screensharing",
    "author": "RemoteEye",
    "version": "3.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Chrome extension to enable Screen sharing on RemoteEye.",
    "homepage_url": "http:\/\/www.remoteeye.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.app.remoteeye.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}