oorja screensharing

Extension to allow screen sharing in oorja

oorja screensharing là gì?

oorja screensharing là một tiện ích mở rộng Chrome được phát triển bởi https://oorja.io, và tính năng chính của nó là "Extension to allow screen sharing in oorja".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng oorja screensharing

Tải xuống các tệp mở rộng oorja screensharing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên oorja screensharing oorja screensharing
ID kobkjhijljmjkobadoknmhakgfpkhiff
URL Chính Thức https://chromewebstore.google.com/detail/oorja-screensharing/kobkjhijljmjkobadoknmhakgfpkhiff
Mô tả Extension to allow screen sharing in oorja
Kích Thước Tệp 13.89 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2017-05-29
Ngày Phát Hành 2017-05-29
Nhà Phát Triển https://oorja.io
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}