CONNECTIX Desktop sharing
Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.
什么是CONNECTIX Desktop sharing?
CONNECTIX Desktop sharing是由https://connectix.net开发的Chrome扩展程序,该扩展的主要功能是“Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.”。
扩展截图
下载CONNECTIX Desktop sharing扩展crx文件
下载CONNECTIX Desktop sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
screen sharing
扩展基本信息
名称 | CONNECTIX Desktop sharing |
ID | codhkppmaiogifohnenadkhgfknebede |
官方URL | https://chromewebstore.google.com/detail/connectix-desktop-sharing/codhkppmaiogifohnenadkhgfknebede |
简介 | Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing. |
文件大小 | 83.98 KB |
安装次数 | 1,468 |
当前版本 | 1.9.3.3 |
更新时间 | 2015-07-08 |
上架时间 | 2015-07-07 |
评分 | 4.80/5 共5次评分 |
开发者 | https://connectix.net |
付费类型 | free |
扩展官网 | http://connectix.net/videoconf/desktop_sharing/ |
帮助页面URL | http://connectix.net/videoconf/desktop_sharing/ |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CONNECTIX Desktop sharing", "author": "CONNECTIX", "version": "1.9.3.3", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.", "homepage_url": "http:\/\/connectix.net\/videoconf\/desktop_sharing\/viewer.html", "background": { "scripts": [ "websocket.js", "RTCMultiConnection.js", "desktop-capturing.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/desktopCapture22.png", "default_title": "Share Desktop!" }, "icons": { "16": "images\/desktopCapture16.png", "22": "images\/desktopCapture22.png", "32": "images\/desktopCapture32.png", "48": "images\/desktopCapture48.png", "128": "images\/desktopCapture128.png" }, "permissions": [ "desktopCapture", "storage" ], "web_accessible_resources": [ "images\/desktopCapture48.png" ], "options_ui": { "page": "options.html", "chrome_style": true } } |