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.”。
擴展截圖
下載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 |
ID | kcckcfoaiogdeajdbekopnhbepigidgb |
官方網址 | 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" ] } |