Let's Talk Screen Sharing Chrome Extension
This Extension provides ability to share screen for Let's Talk application.
什么是Let's Talk Screen Sharing Chrome Extension?
Let's Talk Screen Sharing Chrome Extension是由https://hciketi.com开发的Chrome扩展程序,该扩展的主要功能是“This Extension provides ability to share screen for Let's Talk application.”。
扩展截图
下载Let's Talk Screen Sharing Chrome Extension扩展crx文件
下载Let's Talk Screen Sharing Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Extension provides ability to share screen for Let's Talk application and should be used only with Telaverge Let's Talk product. 扩展基本信息
| 名称 | |
| ID | lkhdkjakccdajilenebimbgionejknpn |
| 官方URL | https://chromewebstore.google.com/detail/lets-talk-screen-sharing/lkhdkjakccdajilenebimbgionejknpn |
| 简介 | This Extension provides ability to share screen for Let's Talk application. |
| 文件大小 | 337 KB |
| 安装次数 | 61 |
| 当前版本 | 1.0.0.3 |
| 更新时间 | 2017-10-18 |
| 上架时间 | 2017-10-18 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://hciketi.com |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"minimum_chrome_version": "52",
"name": "Let's Talk Screen Sharing Chrome Extension",
"permissions": [
"desktopCapture"
],
"short_name": "Let's Talk ScreenShare",
"version": "1.0.0.3",
"background": {
"persistent": true,
"scripts": [
"script.js"
]
},
"description": "This Extension provides ability to share screen for Let's Talk application.",
"externally_connectable": {
"matches": [
"https:\/\/*.hciketi.com\/*",
"https:\/\/*.proximie.com\/*",
"https:\/\/*.ciketi.com\/*"
]
},
"icons": {
"128": "conf-logo-128x128.png",
"48": "conf-logo-48x48.png",
"16": "conf-logo-16x16.png"
},
"browser_action": {
"default_icon": "conf-logo-16x16.png"
}
} | |