OnePgr Screen Sharing
This Chrome extension is developed for http://onepgr.com/. It doesn't do anything except capture content of your screen.
OnePgr Screen Sharing란 무엇입니까?
OnePgr Screen Sharing은(는) onepgr inc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This Chrome extension is developed for http://onepgr.com/. It doesn't do anything except capture content of your screen."입니다.
확장 프로그램 스크린샷
OnePgr Screen Sharing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With this Chrome Extension, you can: > Share your entire screen or specific application windows > Record your screen, download the recording, or share the recording URL for review See video: https://www.youtube.com/watch?v=MnkYMgoDCYM) > Record Video Message and upload to Youtube, share the recording URL, or download the recording See video: https://www.youtube.com/watch?v=hzUGfoEvcok Watch how OnePgr can help you manage your documents, projects as well as hold audio/video calls with screen sharing. You can present your solution deck, visually co-draw concepts or show a live demo. We help you and your clients focus on your message without having to worry about technology. OnePgr screen sharing lets you share your desktop with attendees without any downloads. Move your business forward in real-time.
확장 프로그램 기본 정보
이름 | OnePgr Screen Sharing |
ID | ibccpcmagpemipimmoiagoepolifidbd |
공식 URL | https://chromewebstore.google.com/detail/onepgr-screen-sharing/ibccpcmagpemipimmoiagoepolifidbd |
설명 | This Chrome extension is developed for http://onepgr.com/. It doesn't do anything except capture content of your screen. |
파일 크기 | 37.31 KB |
설치 횟수 | 27 |
현재 버전 | 3.0 |
최근 업데이트 | 2018-02-06 |
출시 날짜 | 2018-02-06 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | onepgr inc |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://onepgr.com/ |
도움말 페이지 URL | https://onepgr.com/help/index.html |
개인정보 보호 정책 페이지 URL | https://onepgr.com/tou.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OnePgr Screen Sharing", "author": "OnePgr, Inc.", "version": "3.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed for http:\/\/onepgr.com\/. It doesn't do anything except capture content of your screen.", "homepage_url": "https:\/\/app.onepgr.com", "background": { "scripts": [ "background-script.js" ], "persistent": true }, "externally_connectable": { "matches": [ "https:\/\/pgr.pagekite.me\/*", "https:\/\/app.onepgr.com\/*", "https:\/\/staging.onepgr.com\/*", "https:\/\/onepgr.com\/", "https:\/\/*.google.com\/" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |