V-CUBE Screen Share

Enables screen sharing feature in V-CUBE Meeting 5 browser version

V-CUBE Screen Share란 무엇입니까?

V-CUBE Screen Share은(는) bravworld에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables screen sharing feature in V-CUBE Meeting 5 browser version"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

V-CUBE Screen Share 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 V-CUBE Screen Share V-CUBE Screen Share
ID efjcnbalbebonahihmmofdheckohdgfl
공식 URL https://chromewebstore.google.com/detail/v-cube-screen-share/efjcnbalbebonahihmmofdheckohdgfl
설명 Enables screen sharing feature in V-CUBE Meeting 5 browser version
파일 크기 13.23 KB
설치 횟수 48
현재 버전 1.0.5
최근 업데이트 2017-10-17
출시 날짜 2017-10-17
개발자 bravworld
결제 유형 free
확장 프로그램 웹 사이트 http://www.vcube.com.cn
지원되는 언어 id,en,fr,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "version": "1.0.5",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/*.vcube.net\/",
        "https:\/\/*.vcube.com\/",
        "https:\/\/*.vcubeone.net\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.vcube.net\/*",
                "https:\/\/*.vcube.com\/*",
                "https:\/\/*.vcubeone.net\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ]
}