oorja screensharing

Extension to allow screen sharing in oorja

Co je oorja screensharing?

oorja screensharing je rozšíření Chrome vyvinuté https://oorja.io, a jeho hlavní funkcí je „Extension to allow screen sharing in oorja“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření oorja screensharing

Stáhněte si soubory rozšíření oorja 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í

                        Using this extension you will be able to share your screen when using oorja. https://oorja.io

Go to Video Chat tab and click on screen icon, right next to mute buttons for audio and video.
A dialog box will ask you if you wish to share the full screen or choose a certain program window.

That's it. In case of any difficulty or issue please leave a message. Thanks!                    

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

Název oorja screensharing oorja screensharing
ID kobkjhijljmjkobadoknmhakgfpkhiff
Oficiální URL https://chromewebstore.google.com/detail/oorja-screensharing/kobkjhijljmjkobadoknmhakgfpkhiff
Popis Extension to allow screen sharing in oorja
Velikost souboru 13.89 KB
Počet instalací 54
Aktuální Verze 0.0.0.3
Poslední Aktualizace 2017-05-29
Datum Vydání 2017-05-29
Vývojář https://oorja.io
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "oorja screensharing",
    "permissions": [
        "desktopCapture"
    ],
    "short_name": "Screen sharing for oorja",
    "version": "0.0.0.3",
    "background": {
        "persistent": true,
        "scripts": [
            "script.js"
        ]
    },
    "description": "Extension to allow screen sharing in oorja",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.oorja.io\/*"
        ]
    },
    "icons": {
        "128": "oorja_icon_128.png",
        "16": "oorja_icon_16.png",
        "48": "oorja_icon_48.png"
    },
    "browser_action": {
        "default_icon": "oorja_icon_128.png"
    }
}