oorja screensharing

Extension to allow screen sharing in oorja

Qu'est-ce que oorja screensharing ?

oorja screensharing est une extension Chrome développée par https://oorja.io, et sa fonction principale est "Extension to allow screen sharing in oorja".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension oorja screensharing

Téléchargez les fichiers d'extension oorja screensharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom oorja screensharing oorja screensharing
ID kobkjhijljmjkobadoknmhakgfpkhiff
URL Officiel https://chromewebstore.google.com/detail/oorja-screensharing/kobkjhijljmjkobadoknmhakgfpkhiff
Description Extension to allow screen sharing in oorja
Taille du Fichier 13.89 KB
Nombre d'Installations 54
Version Actuelle 0.0.0.3
Dernière Mise à Jour 2017-05-29
Date de Publication 2017-05-29
Développeur https://oorja.io
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}