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文件

下載Coalesce擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}