Hub3c Screen Sharing

Hub3c Screen Sharing Extension for Chrome to enable screen sharing

Hub3c Screen Sharing란 무엇입니까?

Hub3c Screen Sharing은(는) fitrianingrum에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hub3c Screen Sharing Extension for Chrome to enable screen sharing"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Hub3c Screen Sharing allows you to share your screen within Hub3c platform (https://live.hub3c.com/). You will have an option to share your screen or selected window during Hub Video Call. The screen or window you select will be shared to other participants.                    

확장 프로그램 기본 정보

이름 Hub3c Screen Sharing Hub3c Screen Sharing
ID oghlhohialeabhjncaeichjneaijdjbj
공식 URL https://chromewebstore.google.com/detail/hub3c-screen-sharing/oghlhohialeabhjncaeichjneaijdjbj
설명 Hub3c Screen Sharing Extension for Chrome to enable screen sharing
파일 크기 24.55 KB
설치 횟수 11
현재 버전 2.0
최근 업데이트 2016-09-05
출시 날짜 2016-09-04
개발자 fitrianingrum
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hub3c Screen Sharing",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Hub3c Screen Sharing Extension for Chrome to enable screen sharing",
    "icons": {
        "16": "images\/icon16.png",
        "22": "images\/icon22.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "desktopCapture"
    ],
    "browser_action": {
        "default_icon": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/icon128.png"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/localhost\/*",
                "https:\/\/test.hub3c.com\/*",
                "https:\/\/live.hub3c.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/test.hub3c.com\/*",
            "https:\/\/live.hub3c.com\/*"
        ]
    }
}