Coalesce

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

Coalesce là gì?

Coalesce là một tiện ích mở rộng Chrome được phát triển bởi https://www.joincoalesce.com, và tính năng chính của nó là "With Coalesce, any number of users can share and control content from any device in real time.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Coalesce

Tải xuống các tệp mở rộng Coalesce dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Coalesce Coalesce
ID phlcknmppnmpgnjhjncggkidgkbilndd
URL Chính Thức https://chromewebstore.google.com/detail/coalesce/phlcknmppnmpgnjhjncggkidgkbilndd
Mô tả With Coalesce, any number of users can share and control content from any device in real time.
Kích Thước Tệp 221 KB
Số Lần Cài Đặt 730
Phiên Bản Hiện Tại 0.3.3
Cập Nhật Lần Cuối 2018-11-20
Ngày Phát Hành 2018-11-20
Nhà Phát Triển https://www.joincoalesce.com
Loại Thanh Toán free
Trang Web Mở Rộng https://www.joincoalesce.com/
URL Trang Trợ Giúp https://www.blackbox.com/support
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}