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 - это расширение Chrome, разработанное https://noysi.com, и его основная функция - "This Chrome extension is developed primary for http://noysi.com and it doesn't do anything except capture content of your screen.".
Снимки экрана расширения
Скачать файл CRX расширения Noysi Screen Sharing
Скачайте файлы расширений 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"
]
} | |