Locus Screen Sharing
Helper extension to enable screen sharing in Locus.
Locus Screen Sharing란 무엇입니까?
Locus Screen Sharing은(는) https://inthelocus.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helper extension to enable screen sharing in Locus."입니다.
확장 프로그램 스크린샷
Locus Screen Sharing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Locus makes video conferencing more like in-person conversations. This extension enables screen sharing from within Locus for enhanced collaboration. Your screen is only shared when you choose to share it from within a Locus room. In most cases your screen is transmitted directly to active participants in your room (some network / firewall configurations require us to relay through a Locus server). In no case is shared audio, video, or screen capture data retained by Locus.
확장 프로그램 기본 정보
이름 | Locus Screen Sharing |
ID | aapfgbkjjhghigopjhenhpgpailijdfd |
공식 URL | https://chromewebstore.google.com/detail/locus-screen-sharing/aapfgbkjjhghigopjhenhpgpailijdfd |
설명 | Helper extension to enable screen sharing in Locus. |
파일 크기 | 8.4 KB |
설치 횟수 | 60 |
현재 버전 | 0.1.4 |
최근 업데이트 | 2016-10-21 |
출시 날짜 | 2016-10-21 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://inthelocus.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://inthelocus.com/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Locus Screen Sharing", "short_name": "Locus", "author": "Locus", "version": "0.1.4", "minimum_chrome_version": "34", "description": "Helper extension to enable screen sharing in Locus.", "homepage_url": "https:\/\/inthelocus.com\/", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp5scGmT\/LGvS2iI3\/eVB9mUX9SdasprpP9dXAeqHafSUkbhGPaLKsKzbFXH\/3N6u4X74QrF5LMR23xp\/f6gD8tn3HSJeVtRLtfUudODkNemqZ0Shid75YEnkSENr7e15R\/2BqxI6JHgDyOmuJqZbjWSMxhGyC5iflBB+09XVi0C4mNhk4Mtd5VcTQe0aWIseG9EbqwWCL\/47L2dPkbiIp9UbYf7UCN1Njt\/hQfuQUd7QxsmS0ru3Z1aWriohe\/fvK3pOZGpafm8K92D7iHLsXP19sVRYMZH79NRQ3wW8W1laXuuEiyU15RAX9mbvhlsngLavjwR59jwffUzCZ2boVQIDAQAB", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": false, "run_at": "document_idle", "matches": [ "https:\/\/*.inthelocus.com\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture", "https:\/\/*.inthelocus.com\/*" ], "web_accessible_resources": [ "icon.png" ] } |