c³ Screensharing

Screensharing utility plugin for c³

c³ Screensharing란 무엇입니까?

c³ Screensharing은(는) Considerate Computing에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Screensharing utility plugin for c³"입니다.

확장 프로그램 스크린샷

screenshot

c³ Screensharing 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Extension to enable screen share on c³ (Considerate Conference Calling)                    

확장 프로그램 기본 정보

이름 c³ Screensharing c³ Screensharing
ID gfbgnhlmialabkencffdjipflcldcioe
공식 URL https://chromewebstore.google.com/detail/c%C2%B3-screensharing/gfbgnhlmialabkencffdjipflcldcioe
설명 Screensharing utility plugin for c³
파일 크기 24.68 KB
설치 횟수 60
현재 버전 0.0.7
최근 업데이트 2019-07-25
출시 날짜 2019-07-25
개발자 Considerate Computing
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "c\u00b3 Screensharing",
    "description": "Screensharing utility plugin for c\u00b3",
    "version": "0.0.7",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/ad70bee945dd4ea499a6d79ee638b1b7.vfs.cloud9.us-west-2.amazonaws.com\/*",
                "https:\/\/cameo-web.herokuapp.com\/*",
                "https:\/\/cccs-web.herokuapp.com\/*",
                "https:\/\/c3chat.herokuapp.com\/*",
                "https:\/\/app.c3.chat\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/ad70bee945dd4ea499a6d79ee638b1b7.vfs.cloud9.us-west-2.amazonaws.com\/*",
            "https:\/\/cameo-web.herokuapp.com\/*",
            "https:\/\/cccs-web.herokuapp.com\/*",
            "https:\/\/c3chat.herokuapp.com\/*",
            "https:\/\/app.c3.chat\/*"
        ]
    }
}