Spreed.ME screen sharing
This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.
Spreed.ME screen sharing란 무엇입니까?
Spreed.ME screen sharing은(는) https://spreed.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers."입니다.
확장 프로그램 스크린샷
Spreed.ME screen sharing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows screen sharing with selection for single windows and screen for the Spreed.ME and Spreed WebRTC web client.
확장 프로그램 기본 정보
이름 | Spreed.ME screen sharing |
ID | labcnlicceloglidikcjbfglhnjibcbd |
공식 URL | https://chromewebstore.google.com/detail/spreedme-screen-sharing/labcnlicceloglidikcjbfglhnjibcbd |
설명 | This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers. |
파일 크기 | 26.15 KB |
설치 횟수 | 2,362 |
현재 버전 | 0.2.1 |
최근 업데이트 | 2015-02-12 |
출시 날짜 | 2015-02-12 |
평점 | 4.70/5 총 10 개의 평점 |
개발자 | https://spreed.me |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.struktur.de/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "struktur AG", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "detector.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "description": "This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.", "icons": { "128": "logo-128x128.png", "16": "logo-16x16.png", "32": "logo-32x32.png", "48": "logo-48x48.png", "512": "logo-512x512.png" }, "manifest_version": 2, "minimum_chrome_version": "33", "name": "Spreed.ME screen sharing", "permissions": [ "tabs", "desktopCapture", "http:\/\/*\/*", "https:\/\/*\/*" ], "short_name": "Spreed.ME screen sharing", "version": "0.2.1" } |