Eureka Video Web Conference - Screen Sharing
Enable screen sharing on your web conference offered by eureka.video
什麼是Eureka Video Web Conference - Screen Sharing?
Eureka Video Web Conference - Screen Sharing是由engineering.mnf開發的Chrome擴展程式,該擴展的主要功能是“Enable screen sharing on your web conference offered by eureka.video”。
擴展截圖
下載Eureka Video Web Conference - Screen Sharing擴展crx文件
下載Eureka Video Web Conference - Screen Sharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Allow sharing of your application window, entire screen or chrome tab.
Offered by: eureka.video 擴展基本資訊
| 名稱 | |
| ID | pcaofgjmogphmifadphfdifomgdflmkb |
| 官方網址 | https://chromewebstore.google.com/detail/eureka-video-web-conferen/pcaofgjmogphmifadphfdifomgdflmkb |
| 簡介 | Enable screen sharing on your web conference offered by eureka.video |
| 檔案大小 | 3.44 KB |
| 安裝次數 | 35 |
| 目前版本 | 1.0.2 |
| 更新時間 | 2019-04-30 |
| 上架時間 | 2019-04-29 |
| 開發者 | engineering.mnf |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Eureka Video Web Conference - Screen Sharing",
"description": "Enable screen sharing on your web conference offered by eureka.video",
"version": "1.0.2",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"externally_connectable": {
"matches": [
"https:\/\/web-uat.bcme.global\/*",
"https:\/\/dmrix91mi0km1.cloudfront.net\/*",
"https:\/\/eureka.video\/*",
"https:\/\/ozlink.video\/*",
"https:\/\/express.video\/*"
]
},
"permissions": [
"desktopCapture"
]
} | |