Screen Mirroring
Mirroring screen or specific application's screen on any HTTPS domain.
Screen Mirroring란 무엇입니까?
Screen Mirroring은(는) https://iconicussoft.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mirroring screen or specific application's screen on any HTTPS domain."입니다.
확장 프로그램 스크린샷
Screen Mirroring 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension for screen sharing using WEBRTC. This app mainly developed for iconicusdesk. Iconicusdesk is a product of Iconicus softwares pvt ltd, valsad. If you have subscription of iconicusdesk then you should install this for chrome. This app not providing any kind of visualisation to user on browser.
확장 프로그램 기본 정보
이름 | Screen Mirroring |
ID | dnnijefgdadibfalnpfjgieiipdekcdd |
공식 URL | https://chromewebstore.google.com/detail/screen-mirroring/dnnijefgdadibfalnpfjgieiipdekcdd |
설명 | Mirroring screen or specific application's screen on any HTTPS domain. |
파일 크기 | 19.26 KB |
설치 횟수 | 13,073 |
현재 버전 | 0.5 |
최근 업데이트 | 2018-10-23 |
출시 날짜 | 2018-10-22 |
평점 | 2.50/5 총 10 개의 평점 |
개발자 | https://iconicussoft.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "author": "ISPL", "background": { "persistent": false, "scripts": [ "background-script.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "content-script.js" ], "matches": [ "https:\/\/www.iconicussoft.com\/*" ], "run_at": "document_end" } ], "description": "Mirroring screen or specific application's screen on any HTTPS domain.", "homepage_url": "https:\/\/www.iconicussoft.com\/", "icons": { "48": "icon.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgrYXCkJlkPv8+a+0g2\/+pYyX7ERBpk6Up5DbXdgkOE\/74U8uJnaAjmBULw9llS2J4\/i9dNT9e8sT2SbUhbJwJv9n+P+bdwg7IyEkgyChMS12e2keUsiOe3wwXvA+f21Q57JOzjRfU\/e5N4TCzXDIRPK6j8b7vqs8wI0S1J8oGdXD3fw8sKUuLNPO5AfNOBKgBwZadR2iCl56PBz6gqobBiLNmc\/T3+xoziXnxc2okjF6fW6N2WAvUu1HVGglYxVs\/6DjWfetZ7uJxeGvbqnfdUFd1hAds8fEYRyYdsltc6Um4xYB8HxJVlHfq5VgR\/+Q8Dz3gSykcBAF3ALwFC1zTQIDAQAB", "manifest_version": 2, "minimum_chrome_version": "34", "name": "Screen Mirroring", "permissions": [ "desktopCapture" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.5", "web_accessible_resources": [ "icon.png" ] } |