oorja screensharing

Extension to allow screen sharing in oorja

Wat is oorja screensharing?

oorja screensharing is een Chrome-extensie ontwikkeld door https://oorja.io, en de belangrijkste functie is "Extension to allow screen sharing in oorja".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie oorja screensharing

Download oorja screensharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam oorja screensharing oorja screensharing
ID kobkjhijljmjkobadoknmhakgfpkhiff
Officiële URL https://chromewebstore.google.com/detail/oorja-screensharing/kobkjhijljmjkobadoknmhakgfpkhiff
Beschrijving Extension to allow screen sharing in oorja
Bestandsgrootte 13.89 KB
Aantal Installaties 54
Huidige Versie 0.0.0.3
Laatst Bijgewerkt 2017-05-29
Publicatiedatum 2017-05-29
Ontwikkelaar https://oorja.io
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}