FevTutor Desktop Sharing
WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.
Что такое FevTutor Desktop Sharing?
FevTutor Desktop Sharing - это расширение Chrome, разработанное FocusEduvation, и его основная функция - "WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.".
Скачать файл CRX расширения FevTutor Desktop Sharing
Скачайте файлы расширений FevTutor Desktop Sharing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
| Название | |
| ID | chnfckdgcolmpchcdjkoemdjffkiceac |
| Официальный URL | https://chromewebstore.google.com/detail/fevtutor-desktop-sharing/chnfckdgcolmpchcdjkoemdjffkiceac |
| Описание | WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen. |
| Размер файла | 69.21 KB |
| Количество установок | 20 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2016-09-30 |
| Дата публикации | 2016-09-30 |
| Разработчик | FocusEduvation |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы политики конфиденциальности | https://www.fevtutor.com |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "FevTutor Desktop Sharing",
"author": "FevTutor",
"version": "1.1",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "WebRTC based P2P HQ\/HD screen sharing. Share audio+tab or any application's screen. Even share full\/entire screen.",
"homepage_url": "https:\/\/www.fevtutor.com",
"background": {
"scripts": [
"websocket.js",
"RTCMultiConnection.min.js",
"CodecsHandler.js",
"desktop-capturing.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "images\/desktopCapture22.png",
"default_title": "Share Desktop!"
},
"icons": {
"16": "images\/desktopCapture16.png",
"22": "images\/desktopCapture22.png",
"32": "images\/desktopCapture32.png",
"48": "images\/desktopCapture48.png",
"128": "images\/desktopCapture128.png"
},
"permissions": [
"desktopCapture",
"storage"
],
"web_accessible_resources": [
"images\/desktopCapture48.png"
],
"options_ui": {
"page": "options.html",
"chrome_style": true
}
} | |