云际会议屏幕共享扩展

提供云际会议的屏幕共享功能

云际会议屏幕共享扩展란 무엇입니까?

云际会议屏幕共享扩展은(는) wvulcxy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "提供云际会议的屏幕共享功能"입니다.

확장 프로그램 스크린샷

screenshot

云际会议屏幕共享扩展 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        用于webrtc.onecc.me会议中共享屏幕的扩展程序

Used for screen-sharing in a video conference on webrtc.onecc.me
This extension allows you to share your screen with other participants in CloudMeeting                    

확장 프로그램 기본 정보

이름 云际会议屏幕共享扩展 云际会议屏幕共享扩展
ID lcaondbjecddhdgolbnplhcbcpncogke
공식 URL https://chromewebstore.google.com/detail/%E4%BA%91%E9%99%85%E4%BC%9A%E8%AE%AE%E5%B1%8F%E5%B9%95%E5%85%B1%E4%BA%AB%E6%89%A9%E5%B1%95/lcaondbjecddhdgolbnplhcbcpncogke
설명 提供云际会议的屏幕共享功能
파일 크기 42.94 KB
설치 횟수 89
현재 버전 1.1.3
최근 업데이트 2018-09-18
출시 날짜 2018-09-17
평점 5.00/5 총 2 개의 평점
개발자 wvulcxy
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u4e91\u9645\u4f1a\u8bae\u5c4f\u5e55\u5171\u4eab\u6269\u5c55",
    "description": "\u63d0\u4f9b\u4e91\u9645\u4f1a\u8bae\u7684\u5c4f\u5e55\u5171\u4eab\u529f\u80fd",
    "version": "1.1.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "desktopCapture",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_page": "options.html"
}