MeetSpace
MeetSpace video conferencing for teams
MeetSpaceとは何ですか?
MeetSpaceはhttp://meetspaceapp.comによって開発されたChromeの拡張機能で、その主な機能は「MeetSpace video conferencing for teams」です。
MeetSpace拡張機能のCRXファイルをダウンロード
MeetSpace拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The MeetSpace Chrome extension enables screen sharing.
拡張機能の基本情報
名前 | |
ID | jckpjdbhkbcbinhhdkjoidcblpaedlkf |
公式URL | https://chrome.google.com/webstore/detail/meetspace/jckpjdbhkbcbinhhdkjoidcblpaedlkf |
説明 | MeetSpace video conferencing for teams |
ファイルサイズ | 7.25 KB |
インストール数 | 74 |
現在のバージョン | 1.0.3 |
最終更新日 | 2016-12-21 |
公開日 | 2016-12-21 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | http://meetspaceapp.com |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MeetSpace", "description": "MeetSpace video conferencing for teams", "version": "1.0.3", "manifest_version": 2, "minimum_chrome_version": "34", "homepage_url": "http:\/\/www.meetspaceapp.com", "icons": { "128": "icon-128.png" }, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/meetspaceapp.com\/*", "https:\/\/localhost:3000\/*" ] } ] } |