V-CUBE Screen Share
Enables screen sharing feature in V-CUBE Meeting 5 browser version
V-CUBE Screen Shareとは何ですか?
V-CUBE Screen Shareはbravworldによって開発されたChromeの拡張機能で、その主な機能は「Enables screen sharing feature in V-CUBE Meeting 5 browser version」です。
拡張機能のスクリーンショット
V-CUBE Screen Share拡張機能のCRXファイルをダウンロード
V-CUBE Screen Share拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | efjcnbalbebonahihmmofdheckohdgfl |
| 公式URL | https://chromewebstore.google.com/detail/v-cube-screen-share/efjcnbalbebonahihmmofdheckohdgfl |
| 説明 | Enables screen sharing feature in V-CUBE Meeting 5 browser version |
| ファイルサイズ | 13.23 KB |
| インストール数 | 48 |
| 現在のバージョン | 1.0.5 |
| 最終更新日 | 2017-10-17 |
| 公開日 | 2017-10-17 |
| 開発者 | bravworld |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.vcube.com.cn |
| 対応言語 | id,en,fr,th,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"default_locale": "en",
"name": "__MSG_name__",
"description": "__MSG_description__",
"manifest_version": 2,
"version": "1.0.5",
"icons": {
"128": "icon128.png"
},
"permissions": [
"desktopCapture",
"https:\/\/*.vcube.net\/",
"https:\/\/*.vcube.com\/",
"https:\/\/*.vcubeone.net\/"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https:\/\/*.vcube.net\/*",
"https:\/\/*.vcube.com\/*",
"https:\/\/*.vcubeone.net\/*"
],
"js": [
"content.js"
],
"all_frames": false,
"run_at": "document_end"
}
]
} | |