Meetingreat Screen Sharing
This chrome extension doesn't do anything except capturing content of your screen.
What is Meetingreat Screen Sharing?
Meetingreat Screen Sharing is a Chrome extension developed by http://cvc.meetingreat.com, and its main feature is "This chrome extension doesn't do anything except capturing content of your screen.".
Extension Screenshots
Download Meetingreat Screen Sharing Extension CRX File
Download Meetingreat Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Use this plugin to enable Desktop/Application sharing in CVC system.
Extension Basic Information
Name | |
ID | enfkmpkdedjedcphknedhlnaipfkgepk |
Official URL | https://chrome.google.com/webstore/detail/meetingreat-screen-sharin/enfkmpkdedjedcphknedhlnaipfkgepk |
Description | This chrome extension doesn't do anything except capturing content of your screen. |
File Size | 7.65 KB |
Installation Count | 39 |
Current Version | 1.0.3 |
Last Updated | 2014-06-13 |
Publish Date | 2014-06-13 |
Rating | 2.00/5 Total 1 Ratings |
Developer | http://cvc.meetingreat.com |
Payment Type | free |
Supported Languages | 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" ] } |