Coalesce

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

Wat is Coalesce?

Coalesce is een Chrome-extensie ontwikkeld door https://www.joincoalesce.com, en de belangrijkste functie is "With Coalesce, any number of users can share and control content from any device in real time.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Coalesce

Download Coalesce-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Coalesce Coalesce
ID phlcknmppnmpgnjhjncggkidgkbilndd
Officiële URL https://chromewebstore.google.com/detail/coalesce/phlcknmppnmpgnjhjncggkidgkbilndd
Beschrijving With Coalesce, any number of users can share and control content from any device in real time.
Bestandsgrootte 221 KB
Aantal Installaties 730
Huidige Versie 0.3.3
Laatst Bijgewerkt 2018-11-20
Publicatiedatum 2018-11-20
Ontwikkelaar https://www.joincoalesce.com
Betalingswijze free
Extensiewebsite https://www.joincoalesce.com/
Help Pagina-URL https://www.blackbox.com/support
Ondersteunde Talen 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"
    ]
}