Coalesce
With Coalesce, any number of users can share and control content from any device in real time.
What is Coalesce?
Coalesce is a Chrome extension developed by https://www.joincoalesce.com, and its main feature is "With Coalesce, any number of users can share and control content from any device in real time.".
Extension Screenshots
Download Coalesce Extension CRX File
Download Coalesce extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Coalesce |
ID | phlcknmppnmpgnjhjncggkidgkbilndd |
Official URL | https://chromewebstore.google.com/detail/coalesce/phlcknmppnmpgnjhjncggkidgkbilndd |
Description | With Coalesce, any number of users can share and control content from any device in real time. |
File Size | 221 KB |
Installation Count | 730 |
Current Version | 0.3.3 |
Last Updated | 2018-11-20 |
Publish Date | 2018-11-20 |
Developer | https://www.joincoalesce.com |
Payment Type | free |
Extension Website | https://www.joincoalesce.com/ |
Help Page URL | https://www.blackbox.com/support |
Supported Languages | 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" ] } |