Noysi Screen Sharing
This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen.
什么是Noysi Screen Sharing?
Noysi Screen Sharing是由https://noysi.com开发的Chrome扩展程序,该扩展的主要功能是“This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen.”。
扩展截图
下载Noysi Screen Sharing扩展crx文件
下载Noysi Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Noysi Screen Sharing is now available!
Install the plugin Now ;)
Noysi is a platform which will make your communication easier and more effective among team members, employees around the world, customers, agencies, consultants, other providers, and much more.
Noysi - All you need for Teamwork 扩展基本信息
| 名称 | |
| ID | kijpcamedeaekaahdliijepohnebiami |
| 官方URL | https://chromewebstore.google.com/detail/noysi-screen-sharing/kijpcamedeaekaahdliijepohnebiami |
| 简介 | This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen. |
| 文件大小 | 12.09 KB |
| 安装次数 | 141 |
| 当前版本 | 2.0 |
| 更新时间 | 2016-11-30 |
| 上架时间 | 2016-11-29 |
| 评分 | 4.80/5 共5次评分 |
| 开发者 | https://noysi.com |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Noysi Screen Sharing",
"short_name": "Noysi Screen Sharing",
"author": "woorea",
"version": "2.0",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "This Chrome extension is developed primary for http:\/\/noysi.com and it doesn't do anything except capture content of your screen.",
"homepage_url": "https:\/\/noysi.com\/",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"externally_connectable": {
"matches": [
"https:\/\/*.noysi.com\/*"
]
},
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |