Exentriq Desktop Streamer

A simple extension that allows you to stream your desktop into meetings with Exentriq Meet.

What is Exentriq Desktop Streamer?

Exentriq Desktop Streamer is a Chrome extension developed by https://talk.exentriq.com, and its main feature is "A simple extension that allows you to stream your desktop into meetings with Exentriq Meet.".

Extension Screenshots

screenshot
screenshot

Download Exentriq Desktop Streamer Extension CRX File

Download Exentriq Desktop Streamer 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

                        Exentriq Meet allows to have your communication tools all in one place and fully integrated with your favorite automation apps. With Exentriq Meet you can share your screen as well as a Prezi presentations or Exentriq presentations.                    

Extension Basic Information

Name Exentriq Desktop Streamer Exentriq Desktop Streamer
ID mkaenpdiljjlapjnnnkdihfmmdpheddo
Official URL https://chromewebstore.google.com/detail/exentriq-desktop-streamer/mkaenpdiljjlapjnnnkdihfmmdpheddo
Description A simple extension that allows you to stream your desktop into meetings with Exentriq Meet.
File Size 20.8 KB
Installation Count 45
Current Version 0.1.9
Last Updated 2017-02-09
Publish Date 2017-02-09
Rating 5.00/5 Total 5 Ratings
Developer https://talk.exentriq.com
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.exentriq.com/terms
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Exentriq Desktop Streamer",
    "description": "A simple extension that allows you to stream your desktop into meetings with Exentriq Meet.",
    "version": "0.1.9",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "jitsi-logo-16x16.png",
        "48": "jitsi-logo-48x48.png",
        "128": "jitsi-logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/talk-stage.exentriq.com\/*",
            "*:\/\/talk.exentriq.com\/*",
            "*:\/\/meet.exentriq.com\/*"
        ]
    }
}