Meetingreat Screen Sharing
This chrome extension doesn't do anything except capturing content of your screen.
Meetingreat Screen Sharingとは何ですか?
Meetingreat Screen Sharingはhttp://cvc.meetingreat.comによって開発されたChromeの拡張機能で、その主な機能は「This chrome extension doesn't do anything except capturing content of your screen.」です。
拡張機能のスクリーンショット
Meetingreat Screen Sharing拡張機能のCRXファイルをダウンロード
Meetingreat Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use this plugin to enable Desktop/Application sharing in CVC system.
拡張機能の基本情報
名前 | |
ID | enfkmpkdedjedcphknedhlnaipfkgepk |
公式URL | https://chrome.google.com/webstore/detail/meetingreat-screen-sharin/enfkmpkdedjedcphknedhlnaipfkgepk |
説明 | This chrome extension doesn't do anything except capturing content of your screen. |
ファイルサイズ | 7.65 KB |
インストール数 | 39 |
現在のバージョン | 1.0.3 |
最終更新日 | 2014-06-13 |
公開日 | 2014-06-13 |
評価 | 2.00/5 合計 1 レビュー |
開発者 | http://cvc.meetingreat.com |
支払い方法 | free |
対応言語 | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meetingreat Screen Sharing", "version": "1.0.3", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This chrome extension doesn't do anything except capturing content of your screen.", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/enfkmpkdedjedcphknedhlnaipfkgepk", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "matches": [ "*:\/\/*.meetingreat.com\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.meetingreat.com\/*" ] }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/*.meetingreat.com\/*", "https:\/\/*.meetingreat.com\/*", "desktopCapture", "tabs" ], "web_accessible_resources": [ "icon.png" ] } |