Eureka Video Web Conference - Screen Sharing

Enable screen sharing on your web conference offered by eureka.video

Eureka Video Web Conference - Screen Sharing란 무엇입니까?

Eureka Video Web Conference - Screen Sharing은(는) engineering.mnf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enable screen sharing on your web conference offered by eureka.video"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Eureka Video Web Conference - Screen Sharing 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Allow sharing of your application window, entire screen or chrome tab.

Offered by: eureka.video                    

확장 프로그램 기본 정보

이름 Eureka Video Web Conference - Screen Sharing Eureka Video Web Conference - Screen Sharing
ID pcaofgjmogphmifadphfdifomgdflmkb
공식 URL https://chromewebstore.google.com/detail/eureka-video-web-conferen/pcaofgjmogphmifadphfdifomgdflmkb
설명 Enable screen sharing on your web conference offered by eureka.video
파일 크기 3.44 KB
설치 횟수 35
현재 버전 1.0.2
최근 업데이트 2019-04-30
출시 날짜 2019-04-29
개발자 engineering.mnf
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eureka Video Web Conference - Screen Sharing",
    "description": "Enable screen sharing on your web conference offered by eureka.video",
    "version": "1.0.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/web-uat.bcme.global\/*",
            "https:\/\/dmrix91mi0km1.cloudfront.net\/*",
            "https:\/\/eureka.video\/*",
            "https:\/\/ozlink.video\/*",
            "https:\/\/express.video\/*"
        ]
    },
    "permissions": [
        "desktopCapture"
    ]
}