Coalesce
With Coalesce, any number of users can share and control content from any device in real time.
Coalesceคืออะไร?
Coalesce เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.joincoalesce.com และคุณลักษณะหลักของมันคือ "With Coalesce, any number of users can share and control content from any device in real time."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Coalesce
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |