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.」です。
拡張機能のスクリーンショット
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 |
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" ] } |