Connectivity Sender
Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network
Connectivity Sender란 무엇입니까?
Connectivity Sender은(는) http://www.edito.biz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network"입니다.
확장 프로그램 스크린샷
Connectivity Sender 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network so that you can display the screen onto a TV, monitor or projector.1. Open Chrome extension app and select the name of the computer to connect 2. Select the screen to mirror. You need a Windows PC with a Connectivity Receiver software installed and connected to a TV, monitor or project. Also your computer and the Windows PC should be connected via Wi-Fi network.
확장 프로그램 기본 정보
이름 | |
ID | fohlmkobgogbhacjdakifagilkfahkfo |
공식 URL | https://chrome.google.com/webstore/detail/connectivity-sender/fohlmkobgogbhacjdakifagilkfahkfo |
설명 | Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network |
파일 크기 | 1.83 MB |
설치 횟수 | 691 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2020-04-07 |
출시 날짜 | 2020-04-06 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | http://www.edito.biz |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.edito.biz/product/connectivity/chrome/intro |
도움말 페이지 URL | http://www.edito.biz/product/connectivity/chrome/support |
개인정보 보호 정책 페이지 URL | http://www.edito.biz/product/connectivity/chrome/privacy-policy |
지원되는 언어 | en,zh-CN,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "1.0.6", "default_locale": "en", "options_page": "options.html", "permissions": [ "storage", "desktopCapture", "tabs" ], "background": { "scripts": [ "logger.js", "jsencrypt.min.js", "crypt.js", "serverlist.js", "context.js", "capture.js", "control.js", "avcontrol.js", "packet.js", "background.js" ], "persistent": true }, "browser_action": { "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |