InstaVC Desktop Sharing Extension
Extension to allow desktop sharing in InstaVC WebRTC applications.
InstaVC Desktop Sharing Extension란 무엇입니까?
InstaVC Desktop Sharing Extension은(는) https://conference.instavc.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to allow desktop sharing in InstaVC WebRTC applications."입니다.
확장 프로그램 스크린샷
InstaVC Desktop Sharing Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
InstaVC Screen Share Plugin
확장 프로그램 기본 정보
이름 | InstaVC Desktop Sharing Extension |
ID | jckdbnkecmmpemaghimijhehobdeplmd |
공식 URL | https://chromewebstore.google.com/detail/instavc-desktop-sharing-e/jckdbnkecmmpemaghimijhehobdeplmd |
설명 | Extension to allow desktop sharing in InstaVC WebRTC applications. |
파일 크기 | 15.53 KB |
설치 횟수 | 567 |
현재 버전 | 3.3 |
최근 업데이트 | 2019-05-23 |
출시 날짜 | 2019-05-22 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://conference.instavc.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "manifest_version": 2, "minimum_chrome_version": "49", "name": "InstaVC Desktop Sharing Extension", "permissions": [ "desktopCapture" ], "short_name": "Desktop sharing for InstaVC WebRTC", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.3", "background": { "persistent": true, "scripts": [ "script.js" ] }, "description": "Extension to allow desktop sharing in InstaVC WebRTC applications.", "externally_connectable": { "matches": [ "*:\/\/*.instavc.com\/*", "*:\/\/test.instavc.com\/*", "*:\/\/203.196.151.139\/*", "*:\/\/*.wificlasses.com\/*", "*:\/\/*.careclix.com\/*", "*:\/\/*.robotec.com\/*", "*:\/\/*.tutorsweb.com\/*", "*:\/\/*.mpmindia.com\/*", "*:\/\/*.thehindu.co.in\/*", "*:\/\/*.nrilegalservices.com\/*", "*:\/\/*.kgisl.com\/*", "*:\/\/*.irancell.ir\/*", "*:\/\/*.cholainsurance.com\/*", "*:\/\/*.pardisco.ir\/*", "*:\/\/*.nwsc.co.ug\/*", "*:\/\/*.grtjewels.com\/*", "*:\/\/*.ckclive.com\/*", "*:\/\/*.dnsalias.com\/*", "*:\/\/*.ipindia.gov.in\/*" ] }, "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "browser_action": { "default_icon": "16.png" } } |