Screen Share Extension for the Kore App
Screen Share Extension for the Kore App
什么是Screen Share Extension for the Kore App?
Screen Share Extension for the Kore App是由https://kore.com开发的Chrome扩展程序,该扩展的主要功能是“Screen Share Extension for the Kore App”。
扩展截图
下载Screen Share Extension for the Kore App扩展crx文件
下载Screen Share Extension for the Kore App扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use Kore to collaborate with colleagues. Using Kore's new real time communication features, hop on a call with a co-worker or a group and have a productive meeting from anywhere in the world 扩展基本信息
| 名称 | |
| ID | faeohamndfhcghnogccaihapbaialcbb |
| 官方URL | https://chromewebstore.google.com/detail/screen-share-extension-fo/faeohamndfhcghnogccaihapbaialcbb |
| 简介 | Screen Share Extension for the Kore App |
| 文件大小 | 12.74 KB |
| 安装次数 | 46 |
| 当前版本 | 1.3 |
| 更新时间 | 2017-05-04 |
| 上架时间 | 2017-05-04 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://kore.com |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Screen Share Extension for the Kore App",
"short_name": "kore.ai extension",
"description": "Screen Share Extension for the Kore App",
"version": "1.3",
"manifest_version": 2,
"icons": {
"128": "kore-logo.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.kore.com\/*",
"*:\/\/*.kore.net\/*",
"*:\/\/*.kore.ai\/*"
],
"js": [
"content-script.js"
]
}
],
"permissions": [
"*:\/\/*.kore.com\/*",
"*:\/\/*.kore.net\/*",
"*:\/\/*.kore.ai\/*",
"desktopCapture",
"tabs"
]
} | |