263视频会议桌面共享插件
Enables screen sharing with Net263 Video Conference
263视频会议桌面共享插件とは何ですか?
263视频会议桌面共享插件は263desktoppluginによって開発されたChromeの拡張機能で、その主な機能は「Enables screen sharing with Net263 Video Conference」です。
拡張機能のスクリーンショット
263视频会议桌面共享插件拡張機能のCRXファイルをダウンロード
263视频会议桌面共享插件拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
263视频会议共享插件,视频会议共享桌面、共享程序时使用。
共享前,请先安装本插件至chrome或chrome内核的浏览器的“扩展程序”中。 拡張機能の基本情報
| 名前 | |
| ID | pcgjcnangaijgmfgjeidjnbiiaolhgff |
| 公式URL | https://chromewebstore.google.com/detail/263%E8%A7%86%E9%A2%91%E4%BC%9A%E8%AE%AE%E6%A1%8C%E9%9D%A2%E5%85%B1%E4%BA%AB%E6%8F%92%E4%BB%B6/pcgjcnangaijgmfgjeidjnbiiaolhgff |
| 説明 | Enables screen sharing with Net263 Video Conference |
| ファイルサイズ | 2.14 MB |
| インストール数 | 73 |
| 現在のバージョン | 0.0.5 |
| 最終更新日 | 2016-12-01 |
| 公開日 | 2016-11-30 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | 263desktopplugin |
| 支払い方法 | free |
| 対応言語 | zh-CN |
| manifest.json | |
{
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/*\/*"
],
"run_at": "document_end"
}
],
"description": "Enables screen sharing with Net263 Video Conference",
"icons": {
"128": "images\/128.png",
"16": "images\/16.png",
"48": "images\/48.png",
"64": "images\/64.png"
},
"manifest_version": 2,
"minimum_chrome_version": "34",
"name": "263\u89c6\u9891\u4f1a\u8bae\u684c\u9762\u5171\u4eab\u63d2\u4ef6",
"options_page": "options.html",
"permissions": [
"desktopCapture",
"https:\/\/*\/*",
"storage",
"tabs"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.0.5"
} | |