Proficonf screen sharing
Simple extension that allows to stream desktop with proficonf.com
Proficonf screen sharingとは何ですか?
Proficonf screen sharingはhttps://proficonf.comによって開発されたChromeの拡張機能で、その主な機能は「Simple extension that allows to stream desktop with proficonf.com」です。
拡張機能のスクリーンショット
Proficonf screen sharing拡張機能のCRXファイルをダウンロード
Proficonf screen sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome extension to share the screen from your computer in a video conversation for your audience. Proficonf allows you to start a video conversation with anyone right in the browser, without the need to download and install any software. Proficonf includes all you need in one application for a great communication experience: * Documents demonstration * High quality screen sharing * Multi-user chat * Recordings .. and many more Be productive with the latest video conferencing technologies!
拡張機能の基本情報
名前 | |
ID | jhflfpbpmmmafddiaajdipeibfnddcaa |
公式URL | https://chromewebstore.google.com/detail/proficonf-screen-sharing/jhflfpbpmmmafddiaajdipeibfnddcaa |
説明 | Simple extension that allows to stream desktop with proficonf.com |
ファイルサイズ | 11 KB |
インストール数 | 228 |
現在のバージョン | 1.0.1 |
最終更新日 | 2018-03-21 |
公開日 | 2018-03-21 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://proficonf.com |
支払い方法 | free |
拡張機能のウェブサイト | https://proficonf.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Proficonf screen sharing", "description": "Simple extension that allows to stream desktop with proficonf.com", "version": "1.0.1", "minimum_chrome_version": "34", "icons": { "16": "logo-16x16.png", "48": "logo-48x48.png", "128": "logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/proficonf.com\/*", "*:\/\/*.proficonf.com\/*", "*:\/\/*.proficonf.io\/*", "http:\/\/localhost:8000\/*" ] } } |