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
拡張機能の基本情報
名前 | Eureka Video Web Conference - Screen Sharing |
ID | pcaofgjmogphmifadphfdifomgdflmkb |
公式URL | 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" ] } |