Screen Capturing for ProVideomeeting
Extension to enable Screen Sharing for ProVideomeeting application
Screen Capturing for ProVideomeeting란 무엇입니까?
Screen Capturing for ProVideomeeting은(는) https://provideomeeting.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to enable Screen Sharing for ProVideomeeting application"입니다.
확장 프로그램 스크린샷
Screen Capturing for ProVideomeeting 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This WebRTC based extension allows you to share your desktop and applications in full HD in a live virtual meeting with your attendees. What is ProVideomeeting? - New level of online meetings. - Show presentations, video files or share your screen. Communicate in a common chat room or via private messages. - Modern HTML5 and WebRTC technologies, providing for high operation speed. - More than 75 functions with a simple intuitive interface. Discover new generation platform for video conferences
확장 프로그램 기본 정보
이름 | Screen Capturing for ProVideomeeting |
ID | jefofalaofaikkkpcekdgjchamdbkhgh |
공식 URL | https://chromewebstore.google.com/detail/screen-capturing-for-prov/jefofalaofaikkkpcekdgjchamdbkhgh |
설명 | Extension to enable Screen Sharing for ProVideomeeting application |
파일 크기 | 5.69 KB |
설치 횟수 | 30 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2017-05-23 |
출시 날짜 | 2017-05-23 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://provideomeeting.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://provideomeeting.com/ |
개인정보 보호 정책 페이지 URL | https://provideomeeting.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Capturing for ProVideomeeting", "author": "NoviNexus Inc.", "version": "1.0.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Extension to enable Screen Sharing for ProVideomeeting application", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/provideomeeting.com\/*", "*:\/\/*.provideomeeting.com\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |