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 |
| 官方網址 | 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"
]
} | |