Screen Capturing for ProVideomeeting
Extension to enable Screen Sharing for ProVideomeeting application
Screen Capturing for ProVideomeetingとは何ですか?
Screen Capturing for ProVideomeetingはhttps://provideomeeting.comによって開発されたChromeの拡張機能で、その主な機能は「Extension to enable Screen Sharing for ProVideomeeting application」です。
拡張機能のスクリーンショット
Screen Capturing for ProVideomeeting拡張機能のCRXファイルをダウンロード
Screen Capturing for ProVideomeeting拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This WebRTC based extension allows you to share your desktop and applications in full HD in a live virtual meeting with your attendees.
What is ProVideomeeting?
- New level of online meetings.
- Show presentations, video files or share your screen. Communicate in a common chat room or via private messages.
- Modern HTML5 and WebRTC technologies, providing for high operation speed.
- More than 75 functions with a simple intuitive interface.
Discover new generation platform for video conferences 拡張機能の基本情報
| 名前 | |
| ID | jefofalaofaikkkpcekdgjchamdbkhgh |
| 公式URL | https://chromewebstore.google.com/detail/screen-capturing-for-prov/jefofalaofaikkkpcekdgjchamdbkhgh |
| 説明 | Extension to enable Screen Sharing for ProVideomeeting application |
| ファイルサイズ | 5.69 KB |
| インストール数 | 30 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2017-05-23 |
| 公開日 | 2017-05-23 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://provideomeeting.com |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://provideomeeting.com/ |
| プライバシーポリシーページのURL | https://provideomeeting.com/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Screen Capturing for ProVideomeeting",
"author": "NoviNexus Inc.",
"version": "1.0.1",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "Extension to enable Screen Sharing for ProVideomeeting application",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"content_scripts": [
{
"js": [
"content-script.js"
],
"all_frames": true,
"run_at": "document_start",
"matches": [
"*:\/\/provideomeeting.com\/*",
"*:\/\/*.provideomeeting.com\/*"
]
}
],
"icons": {
"48": "icon.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |