oorja screensharing

Extension to allow screen sharing in oorja

Hvad er oorja screensharing?

oorja screensharing er en Chrome-udvidelse udviklet af https://oorja.io, og dens hovedfunktion er "Extension to allow screen sharing in oorja".

Udvidelsesskærmbilleder

screenshot

Download oorja screensharing-udvidelses-CRX-fil

Download oorja screensharing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn oorja screensharing oorja screensharing
ID kobkjhijljmjkobadoknmhakgfpkhiff
Officiel URL https://chromewebstore.google.com/detail/oorja-screensharing/kobkjhijljmjkobadoknmhakgfpkhiff
Beskrivelse Extension to allow screen sharing in oorja
Filstørrelse 13.89 KB
Antal Installationer 54
Nuværende Version 0.0.0.3
Senest Opdateret 2017-05-29
Udgivelsesdato 2017-05-29
Udvikler https://oorja.io
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}