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