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