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"
]
} | |