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 |
| 官方網址 | 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"
]
} | |