Kudo Presentation Mode

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

O que é Kudo Presentation Mode?

Kudo Presentation Mode é uma extensão do Chrome desenvolvida por kudoway, e sua principal característica é "Cloud-based Kudo presentation mode only capture content of your screen to be shared on web conferencing and live events.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Kudo Presentation Mode

Baixe arquivos de extensão Kudo Presentation Mode no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Kudo Presentation Mode Kudo Presentation Mode
ID kcckcfoaiogdeajdbekopnhbepigidgb
URL Oficial https://chromewebstore.google.com/detail/kudo-presentation-mode/kcckcfoaiogdeajdbekopnhbepigidgb
Descrição Cloud-based Kudo presentation mode only capture content of your screen to be shared on web conferencing and live events.
Tamanho do Arquivo 21.02 KB
Contagem de Instalações 668
Versão Atual 0.3
Última Atualização 2018-01-31
Data de Publicação 2018-01-31
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor kudoway
Tipo de Pagamento free
Site da Extensão https://app.kudoway.com/
Idiomas Suportados 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"
    ]
}