Kudo Presentation Mode

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

What is Kudo Presentation Mode?

Kudo Presentation Mode is a Chrome extension developed by kudoway, and its main feature is "Cloud-based Kudo presentation mode only capture content of your screen to be shared on web conferencing and live events.".

Extension Screenshots

screenshot

Download Kudo Presentation Mode Extension CRX File

Download Kudo Presentation Mode 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

                        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.                    

Extension Basic Information

Name Kudo Presentation Mode Kudo Presentation Mode
ID kcckcfoaiogdeajdbekopnhbepigidgb
Official URL https://chromewebstore.google.com/detail/kudo-presentation-mode/kcckcfoaiogdeajdbekopnhbepigidgb
Description Cloud-based Kudo presentation mode only capture content of your screen to be shared on web conferencing and live events.
File Size 21.02 KB
Installation Count 668
Current Version 0.3
Last Updated 2018-01-31
Publish Date 2018-01-31
Rating 4.00/5 Total 4 Ratings
Developer kudoway
Payment Type free
Extension Website https://app.kudoway.com/
Supported Languages 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"
    ]
}