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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kudoway, και η κύρια λειτουργία του είναι "Cloud-based Kudo presentation mode only capture content of your screen to be shared on web conferencing and live events.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Kudo Presentation Mode

Λήψη αρχείων επέκτασης 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"
    ]
}