Exentriq Desktop Streamer

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

什么是Exentriq Desktop Streamer?

Exentriq Desktop Streamer是由https://talk.exentriq.com开发的Chrome扩展程序,该扩展的主要功能是“A simple extension that allows you to stream your desktop into meetings with Exentriq Meet.”。

扩展截图

screenshot
screenshot

下载Exentriq Desktop Streamer扩展crx文件

下载Exentriq Desktop Streamer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Exentriq Desktop Streamer Exentriq Desktop Streamer
ID mkaenpdiljjlapjnnnkdihfmmdpheddo
官方URL https://chromewebstore.google.com/detail/exentriq-desktop-streamer/mkaenpdiljjlapjnnnkdihfmmdpheddo
简介 A simple extension that allows you to stream your desktop into meetings with Exentriq Meet.
文件大小 20.8 KB
安装次数 45
当前版本 0.1.9
更新时间 2017-02-09
上架时间 2017-02-09
评分 5.00/5 共5次评分
开发者 https://talk.exentriq.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL http://www.exentriq.com/terms
支持的语言 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\/*"
        ]
    }
}