Kudo Presentation Mode

Cloud-based Kudo presentation mode only capture content of your screen to be shared on web conferencing and live events.

什么是Kudo Presentation Mode?

Kudo Presentation Mode是由kudoway开发的Chrome扩展程序,该扩展的主要功能是“Cloud-based Kudo presentation mode only capture content of your screen to be shared on web conferencing and live events.”。

扩展截图

screenshot

下载Kudo Presentation Mode扩展crx文件

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

扩展使用说明

                        Kudo is cloud-based collaboration in multiple languages for web conferencing and live events. This cloud-based Kudo presentation mode only capture content of your screen to be shared on web conferencing and live events.                    

扩展基本信息

名称 Kudo Presentation Mode Kudo Presentation Mode
ID kcckcfoaiogdeajdbekopnhbepigidgb
官方URL https://chromewebstore.google.com/detail/kudo-presentation-mode/kcckcfoaiogdeajdbekopnhbepigidgb
简介 Cloud-based Kudo presentation mode only capture content of your screen to be shared on web conferencing and live events.
文件大小 21.02 KB
安装次数 668
当前版本 0.3
更新时间 2018-01-31
上架时间 2018-01-31
评分 4.00/5 共4次评分
开发者 kudoway
付费类型 free
扩展官网 https://app.kudoway.com/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kudo Presentation Mode",
    "author": "Kudoway, Inc.",
    "version": "0.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Cloud-based Kudo presentation mode only capture content of your screen to be shared on web conferencing and live events.",
    "homepage_url": "https:\/\/app.kudoway.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.kudoway.com\/*"
        ]
    },
    "icons": {
        "16": "kudo_logo16.png",
        "48": "kudo_logo48.png",
        "128": "kudo_logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "logo.png"
    ]
}