Coalesce

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

Coalesce क्या है?

Coalesce https://www.joincoalesce.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With Coalesce, any number of users can share and control content from any device in real time."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Coalesce एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    ]
}