ConexED Screen Sharing
Chrome screen sharing extension for the ConexED platform
Что такое ConexED Screen Sharing?
ConexED Screen Sharing - это расширение Chrome, разработанное https://conexed.com, и его основная функция - "Chrome screen sharing extension for the ConexED platform".
Снимки экрана расширения
Скачать файл CRX расширения ConexED Screen Sharing
Скачайте файлы расширений ConexED Screen Sharing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Share your full desktop or select an application window to share. (Note: others will be able to see a higher resolution of your shared application if your application's window is smaller than full screen. Application windows sized around 800x400 work best.) Основная информация о расширении
| Название | |
| ID | fadlnhpmllgjcllbnpjdknlbnnpammlg |
| Официальный URL | https://chromewebstore.google.com/detail/conexed-screen-sharing/fadlnhpmllgjcllbnpjdknlbnnpammlg |
| Описание | Chrome screen sharing extension for the ConexED platform |
| Размер файла | 15.6 KB |
| Количество установок | 20,000 |
| Текущая Версия | 1.7.3 |
| Последнее Обновление | 2018-09-26 |
| Дата публикации | 2018-09-26 |
| Рейтинг | 4.00/5 Всего 10 оценок |
| Разработчик | https://conexed.com |
| Тип оплаты | free |
| Официальный сайт расширения | https://conexed.com |
| URL страницы помощи | https://blog.conexed.com/help-center/ |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ConexED Screen Sharing",
"version": "1.7.3",
"manifest_version": 2,
"description": "Chrome screen sharing extension for the ConexED platform",
"background": {
"page": "background.html",
"persistent": false
},
"externally_connectable": {
"matches": [
"https:\/\/*.craniumcafe.com\/*",
"https:\/\/*.conexed.com\/*"
]
},
"icons": {
"16": "images\/16x16-C.png",
"32": "images\/32x32-C.png",
"48": "images\/48x48-C.png",
"128": "images\/128x128-C.png"
},
"permissions": [
"desktopCapture",
"https:\/\/*.craniumcafe.com\/*",
"https:\/\/*.conexed.com\/*"
],
"web_accessible_resources": [
"images\/48x48-C.png"
]
} | |