oorja screensharing

Extension to allow screen sharing in oorja

什麼是oorja screensharing?

oorja screensharing是由https://oorja.io開發的Chrome擴展程式,該擴展的主要功能是“Extension to allow screen sharing in oorja”。

擴展截圖

screenshot

下載oorja screensharing擴展crx文件

下載oorja screensharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 oorja screensharing oorja screensharing
ID kobkjhijljmjkobadoknmhakgfpkhiff
官方網址 https://chromewebstore.google.com/detail/oorja-screensharing/kobkjhijljmjkobadoknmhakgfpkhiff
簡介 Extension to allow screen sharing in oorja
檔案大小 13.89 KB
安裝次數 54
目前版本 0.0.0.3
更新時間 2017-05-29
上架時間 2017-05-29
開發者 https://oorja.io
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}