C-Meeting Desktop Sharing Extension
Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.
C-Meeting Desktop Sharing Extensionとは何ですか?
C-Meeting Desktop Sharing Extensionはjheulerによって開発されたChromeの拡張機能で、その主な機能は「Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.」です。
拡張機能のスクリーンショット
C-Meeting Desktop Sharing Extension拡張機能のCRXファイルをダウンロード
C-Meeting Desktop Sharing Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This desktop sharing extension enables sharing from the Chrome browser for C-Meeting, Concert-Oh and BpresentLive. 拡張機能の基本情報
| 名前 | |
| ID | jgldmgcakddjinippbpmbjldahfoojhn |
| 公式URL | https://chromewebstore.google.com/detail/c-meeting-desktop-sharing/jgldmgcakddjinippbpmbjldahfoojhn |
| 説明 | Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome. |
| ファイルサイズ | 27.52 KB |
| インストール数 | 384 |
| 現在のバージョン | 1.0.0.1 |
| 最終更新日 | 2016-06-01 |
| 公開日 | 2016-06-01 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | jheuler |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"icons": {
"16": "Icon16.png",
"32": "Icon32.png",
"48": "Icon48.png",
"128": "Icon128.png"
},
"name": "C-Meeting Desktop Sharing Extension",
"short_name": "CMDeskShare",
"description": "Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.",
"version": "1.0.0.1",
"permissions": [
"nativeMessaging"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.cefriel.it\/*",
"*:\/\/*.concert-oh.com\/*",
"*:\/\/*.bpresentlive.com\/*",
"*:\/\/*.c-meeting.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
]
} | |