Crowdcast Screensharing
This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.
Что такое Crowdcast Screensharing?
Crowdcast Screensharing - это расширение Chrome, разработанное https://www.crowdcast.io, и его основная функция - "This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.".
Снимки экрана расширения
Скачать файл CRX расширения Crowdcast Screensharing
Скачайте файлы расширений Crowdcast Screensharing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension is used by Crowdcast https://www.crowdcast.io/ to capture the content of your screen when using the "Screensharing" feature of a Crowdcast event! Основная информация о расширении
| Название | |
| ID | kgmadhplahebfoiijgloflhakfjlkbpb |
| Официальный URL | https://chromewebstore.google.com/detail/crowdcast-screensharing/kgmadhplahebfoiijgloflhakfjlkbpb |
| Описание | This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen. |
| Размер файла | 16.53 KB |
| Количество установок | 3,046 |
| Текущая Версия | 2.1.0 |
| Последнее Обновление | 2018-05-02 |
| Дата публикации | 2018-05-02 |
| Рейтинг | 5.00/5 Всего 3 оценок |
| Разработчик | https://www.crowdcast.io |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Crowdcast Screensharing",
"author": "Crowdcast, Inc.",
"version": "2.1.0",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "This Chrome extension is developed for https:\/\/www.crowdcast.io\/. It doesn't do anything except capture content of your screen.",
"homepage_url": "http:\/\/www.crowdcast.io\/",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"externally_connectable": {
"matches": [
"https:\/\/*.crowdcast.io\/*"
]
},
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |