ConexED Screen Sharing

Chrome screen sharing extension for the ConexED platform

ConexED Screen Sharing란 무엇입니까?

ConexED Screen Sharing은(는) https://conexed.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome screen sharing extension for the ConexED platform"입니다.

확장 프로그램 스크린샷

screenshot

ConexED Screen Sharing 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Share your full desktop or select an application window to share.  (Note:  others will be able to see a higher resolution of your shared application if your application's window is smaller than full screen.  Application windows sized around 800x400 work best.)                    

확장 프로그램 기본 정보

이름 ConexED Screen Sharing ConexED Screen Sharing
ID fadlnhpmllgjcllbnpjdknlbnnpammlg
공식 URL https://chromewebstore.google.com/detail/conexed-screen-sharing/fadlnhpmllgjcllbnpjdknlbnnpammlg
설명 Chrome screen sharing extension for the ConexED platform
파일 크기 15.6 KB
설치 횟수 20,000
현재 버전 1.7.3
최근 업데이트 2018-09-26
출시 날짜 2018-09-26
평점 4.00/5 총 10 개의 평점
개발자 https://conexed.com
결제 유형 free
확장 프로그램 웹 사이트 https://conexed.com
도움말 페이지 URL https://blog.conexed.com/help-center/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ConexED Screen Sharing",
    "version": "1.7.3",
    "manifest_version": 2,
    "description": "Chrome screen sharing extension for the ConexED platform",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.craniumcafe.com\/*",
            "https:\/\/*.conexed.com\/*"
        ]
    },
    "icons": {
        "16": "images\/16x16-C.png",
        "32": "images\/32x32-C.png",
        "48": "images\/48x48-C.png",
        "128": "images\/128x128-C.png"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/*.craniumcafe.com\/*",
        "https:\/\/*.conexed.com\/*"
    ],
    "web_accessible_resources": [
        "images\/48x48-C.png"
    ]
}