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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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" } } |