Coalesce

With Coalesce, any number of users can share and control content from any device in real time.

Coalesce란 무엇입니까?

Coalesce은(는) https://www.joincoalesce.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With Coalesce, any number of users can share and control content from any device in real time."입니다.

확장 프로그램 스크린샷

screenshot

Coalesce 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Imagine idea sharing without barriers. Coalesce enables you to wirelessly connect your mobile device to any Coalesce-enabled display for true collaboration. With Coalesce, any number of users can share and control content from any device in real time. Encourage involvement, drive collaboration, and embrace the BYOD culture in meetings, lectures, and classrooms.                    

확장 프로그램 기본 정보

이름 Coalesce Coalesce
ID phlcknmppnmpgnjhjncggkidgkbilndd
공식 URL https://chromewebstore.google.com/detail/coalesce/phlcknmppnmpgnjhjncggkidgkbilndd
설명 With Coalesce, any number of users can share and control content from any device in real time.
파일 크기 221 KB
설치 횟수 730
현재 버전 0.3.3
최근 업데이트 2018-11-20
출시 날짜 2018-11-20
개발자 https://www.joincoalesce.com
결제 유형 free
확장 프로그램 웹 사이트 https://www.joincoalesce.com/
도움말 페이지 URL https://www.blackbox.com/support
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Coalesce",
    "version": "0.3.3",
    "short_name": "Coalesce",
    "description": "With Coalesce, any number of users can share and control content from any device in real time.",
    "author": "Black Box",
    "homepage_url": "https:\/\/www.joincoalesce.com\/",
    "icons": {
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.joincoalesce.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "web_accessible_resources": [
        "images\/icon48.png",
        "js\/popup.js"
    ]
}