Kudo Presentation Mode

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

Cos'è Kudo Presentation Mode?

Kudo Presentation Mode è un'estensione di Chrome sviluppata da kudoway, e la sua funzione principale è "Cloud-based Kudo presentation mode only capture content of your screen to be shared on web conferencing and live events.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Kudo Presentation Mode

Scarica i file di estensione Kudo Presentation Mode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Kudo Presentation Mode Kudo Presentation Mode
ID kcckcfoaiogdeajdbekopnhbepigidgb
URL Ufficiale https://chromewebstore.google.com/detail/kudo-presentation-mode/kcckcfoaiogdeajdbekopnhbepigidgb
Descrizione Cloud-based Kudo presentation mode only capture content of your screen to be shared on web conferencing and live events.
Dimensione del File 21.02 KB
Conteggio Installazioni 668
Versione Corrente 0.3
Ultimo Aggiornamento 2018-01-31
Data di Pubblicazione 2018-01-31
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore kudoway
Tipo di Pagamento free
Sito Web dell'Estensione https://app.kudoway.com/
Lingue Supportate 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"
    ]
}