EnableX Screen Sharing Extension

Extension to allow screen sharing for EnableX apps.

EnableX Screen Sharing Extension란 무엇입니까?

EnableX Screen Sharing Extension은(는) vCloudx Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to allow screen sharing for EnableX apps."입니다.

확장 프로그램 스크린샷

screenshot

EnableX Screen Sharing Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        vCloudX is a VPAAS Service Provider enabling developers to build Video Application at ease using its product “EnableX”.

We believe Video will be the next voice and all applications that use voice today are gradually moving to Video and there is a need to have a strong, scalable and flexible platform to build and deliver video applications in the market.

EnableX is offered to our partners and customers as a Video Platform as a Service. The entire platform is built and hosted on a global public cloud ensuring the highest levels of scalability, security & flexibility. With our approach of “API First”, EnableX API’s will allow secure access to the platform for the partners to build totally customized workflows and integration into their applications.

The platform is being designed to support various deployment possibilities including Public Cloud, Private Cloud, Hybrid Deployments or On Premise Setup.

Features
• Deployed on Fully Redundant Global Cloud Infrastructure
• Secure & Encrypted Platform
• Easy to use API’s for Integration with Applications
• Extensive Logging & Reporting
• Recording & Retrieval

For more information, visit http://www.vcloudx.com/                    

확장 프로그램 기본 정보

이름 EnableX Screen Sharing Extension EnableX Screen Sharing Extension
ID apedaiecomcfkjdjbnkfcdafaikkdkeo
공식 URL https://chromewebstore.google.com/detail/enablex-screen-sharing-ex/apedaiecomcfkjdjbnkfcdafaikkdkeo
설명 Extension to allow screen sharing for EnableX apps.
파일 크기 20.42 KB
설치 횟수 38
현재 버전 0.0.0.4
최근 업데이트 2018-09-07
출시 날짜 2018-09-06
평점 5.00/5 총 4 개의 평점
개발자 vCloudx Inc.
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "EnableX Screen Sharing Extension",
    "permissions": [
        "desktopCapture"
    ],
    "short_name": "EnableX SSE",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.0.4",
    "background": {
        "persistent": true,
        "scripts": [
            "script.js"
        ]
    },
    "description": "Extension to allow screen sharing for EnableX apps.",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.vcloudx.com\/*",
            "*:\/\/*.enablex.io\/*"
        ]
    },
    "icons": {
        "128": "vcloudx_icon_128.png",
        "16": "vcloudx_icon_16.png",
        "48": "vcloudx_icon_48.png"
    },
    "browser_action": {
        "default_icon": "vcloudx_icon_16.png"
    }
}