Viom Screen Capture
A simple extension that allows you to stream your screen into Viom webinar.
Viom Screen Captureとは何ですか?
Viom Screen Captureはhttps://www.viom.czによって開発されたChromeの拡張機能で、その主な機能は「A simple extension that allows you to stream your screen into Viom webinar.」です。
拡張機能のスクリーンショット
Viom Screen Capture拡張機能のCRXファイルをダウンロード
Viom Screen Capture拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Jednoduché rozšíření, které Vám umožní vysílat svou obrazovku nebo obsah určitého okna do webináře Viom.
---
A simple extension that allows You to stream your screen into Viom webinar. 拡張機能の基本情報
| 名前 | |
| ID | dpblohdedckedjjlikapfneklignphpe |
| 公式URL | https://chromewebstore.google.com/detail/viom-screen-capture/dpblohdedckedjjlikapfneklignphpe |
| 説明 | A simple extension that allows you to stream your screen into Viom webinar. |
| ファイルサイズ | 14.28 KB |
| インストール数 | 49 |
| 現在のバージョン | 0.1.10 |
| 最終更新日 | 2018-11-25 |
| 公開日 | 2018-11-25 |
| 開発者 | https://www.viom.cz |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.viom.cz |
| ヘルプページのURL | https://www.viom.cz |
| 対応言語 | cs |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Viom Screen Capture",
"description": "A simple extension that allows you to stream your screen into Viom webinar.",
"version": "0.1.10",
"minimum_chrome_version": "34",
"icons": {
"16": "viom-logo-16x16.png",
"48": "viom-logo-48x48.png",
"128": "viom-logo-128x128.png"
},
"background": {
"scripts": [
"extension.js"
],
"persistent": false
},
"permissions": [
"desktopCapture"
],
"externally_connectable": {
"matches": [
"*:\/\/*.viom.cz\/*"
]
}
} | |