Wit Web Communicator Screen Sharing
This extension allows you to share your screen
Wit Web Communicator Screen Sharingとは何ですか?
Wit Web Communicator Screen Sharingはhttps://demo.wit-software.com/webcommunicator/webrtcによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to share your screen」です。
拡張機能のスクリーンショット
Wit Web Communicator Screen Sharing拡張機能のCRXファイルをダウンロード
Wit Web Communicator Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension needs to be installed in order to use screen share feature when using WIT-Software web products in Chrome.
If you want to know more about us please visit https://www.wit-software.com/ 拡張機能の基本情報
| 名前 | |
| ID | chdodaolgebgmhjkppjcincpoeonlgnc |
| 公式URL | https://chromewebstore.google.com/detail/wit-web-communicator-scre/chdodaolgebgmhjkppjcincpoeonlgnc |
| 説明 | This extension allows you to share your screen |
| ファイルサイズ | 9.03 KB |
| インストール数 | 59 |
| 現在のバージョン | 0.0.6 |
| 最終更新日 | 2018-06-06 |
| 公開日 | 2018-06-05 |
| 開発者 | https://demo.wit-software.com/webcommunicator/webrtc |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.wit-software.com/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Wit Web Communicator Screen Sharing",
"description": "This extension allows you to share your screen",
"version": "0.0.6",
"manifest_version": 2,
"minimum_chrome_version": "34",
"icons": {
"16": "wit16.png",
"48": "wit48.png",
"128": "wit128.png"
},
"permissions": [
"desktopCapture",
"https:\/\/*.wit-software.com\/*"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/*.wit-software.com\/*"
],
"run_at": "document_start"
}
]
} | |