Coalesce

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

O que é Coalesce?

Coalesce é uma extensão do Chrome desenvolvida por https://www.joincoalesce.com, e sua principal característica é "With Coalesce, any number of users can share and control content from any device in real time.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Coalesce

Baixe arquivos de extensão Coalesce no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Coalesce Coalesce
ID phlcknmppnmpgnjhjncggkidgkbilndd
URL Oficial https://chromewebstore.google.com/detail/coalesce/phlcknmppnmpgnjhjncggkidgkbilndd
Descrição With Coalesce, any number of users can share and control content from any device in real time.
Tamanho do Arquivo 221 KB
Contagem de Instalações 730
Versão Atual 0.3.3
Última Atualização 2018-11-20
Data de Publicação 2018-11-20
Desenvolvedor https://www.joincoalesce.com
Tipo de Pagamento free
Site da Extensão https://www.joincoalesce.com/
URL da Página de Ajuda https://www.blackbox.com/support
Idiomas Suportados 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"
    ]
}