Rocket.Chat Screen Share

Enable screen sharing for Rocket.Chat

Rocket.Chat Screen Share란 무엇입니까?

Rocket.Chat Screen Share은(는) https://rocket.chat에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enable screen sharing for Rocket.Chat"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Rocket.Chat Screen Share 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Rocket.Chat Screen Share Rocket.Chat Screen Share
ID nocfbnnmjnndkbipkabodnheejiegccf
공식 URL https://chromewebstore.google.com/detail/rocketchat-screen-share/nocfbnnmjnndkbipkabodnheejiegccf
설명 Enable screen sharing for Rocket.Chat
파일 크기 19.48 KB
설치 횟수 3,503
현재 버전 0.3.0
최근 업데이트 2017-05-20
출시 날짜 2017-05-20
평점 4.00/5 총 9 개의 평점
개발자 https://rocket.chat
이메일 support@rocket.chat
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rocket.Chat Screen Share",
    "author": "Rodrigo K. Nascimento",
    "version": "0.3.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Enable screen sharing for Rocket.Chat",
    "homepage_url": "https:\/\/demo.rocket.chat",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "48": "favicon-48x48.png",
        "64": "favicon-64x64.png",
        "96": "favicon-96x96.png",
        "128": "favicon-128x128.png",
        "256": "favicon-256x256.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}