MDS Screen-sharing

MDS Desktop Capture Extension

MDS Screen-sharing란 무엇입니까?

MDS Screen-sharing은(는) http://mdspbx.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MDS Desktop Capture Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

MDS Screen-sharing 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        MDS Screen-sharing

This extension allows your Chrome browser to share your screen during video collaboration meetings on the MDS Amiba cloud PBX.                    

확장 프로그램 기본 정보

이름 MDS Screen-sharing MDS Screen-sharing
ID miljooondeplbfkikdnhelfcligchpll
공식 URL https://chrome.google.com/webstore/detail/mds-screen-sharing/miljooondeplbfkikdnhelfcligchpll
설명 MDS Desktop Capture Extension
파일 크기 15.51 KB
설치 횟수 51
현재 버전 0.2
최근 업데이트 2016-03-09
출시 날짜 2016-03-09
평점 5.00/5 총 1 개의 평점
개발자 http://mdspbx.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.mdsamiba.com
도움말 페이지 URL http://www.mdsamiba.com/support/faqs-86.html
개인정보 보호 정책 페이지 URL http://www.mdsgateways.com/privacypolicy/softphone.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MDS Screen-sharing",
    "version": "0.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/videoRoom\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "all_frames": true
        }
    ],
    "description": "MDS Desktop Capture Extension",
    "icons": {
        "128": "mdslogo1.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "permissions": [
        "desktopCapture"
    ]
}