oorja screensharing

Extension to allow screen sharing in oorja

Vad är oorja screensharing?

oorja screensharing är en Chrome-tillägg utvecklad av https://oorja.io, och dess huvudfunktion är "Extension to allow screen sharing in oorja".

Tilläggsskärmbilder

screenshot

Ladda ner oorja screensharing-förlängningens CRX-fil

Ladda ner oorja screensharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn oorja screensharing oorja screensharing
ID kobkjhijljmjkobadoknmhakgfpkhiff
Officiell webbadress https://chromewebstore.google.com/detail/oorja-screensharing/kobkjhijljmjkobadoknmhakgfpkhiff
Beskrivning Extension to allow screen sharing in oorja
Filstorlek 13.89 KB
Antal Installationer 54
Aktuell Version 0.0.0.3
Senast Uppdaterad 2017-05-29
Publiceringsdatum 2017-05-29
Utvecklare https://oorja.io
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}