oorja screensharing
Extension to allow screen sharing in oorja
oorja screensharingとは何ですか?
oorja screensharingはhttps://oorja.ioによって開発されたChromeの拡張機能で、その主な機能は「Extension to allow screen sharing in oorja」です。
拡張機能のスクリーンショット
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! 拡張機能の基本情報
| 名前 | |
| ID | kobkjhijljmjkobadoknmhakgfpkhiff |
| 公式URL | 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 |
| Eメール | [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"
}
} | |