RCI Screen Recorder
tabs
Что такое RCI Screen Recorder?
RCI Screen Recorder - это расширение Chrome, разработанное https://rcilivestream.com, и его основная функция - "tabs".
Снимки экрана расширения
Скачать файл CRX расширения RCI Screen Recorder
Скачайте файлы расширений RCI Screen Recorder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Recording Screen With audio by RCILiveStream allows you to share your screen or a specific application during a RCILiveStream call. You will be able to share with all participants regardless of the browser the participants are using. The service is fully secure and you are always in control of what is shared and when it is shared.
Основная информация о расширении
Название | RCI Screen Recorder |
ID | bmhhacalkkoijadlfkcmdbgjppaaaihc |
Официальный URL | https://chromewebstore.google.com/detail/rci-screen-recorder/bmhhacalkkoijadlfkcmdbgjppaaaihc |
Описание | tabs |
Размер файла | 7.59 KB |
Количество установок | 120 |
Текущая Версия | 10.1 |
Последнее Обновление | 2019-04-16 |
Дата публикации | 2019-04-15 |
Рейтинг | 3.00/5 Всего 1 оценок |
Разработчик | https://rcilivestream.com |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RCI Screen Recorder", "author": "Grypp", "version": "10.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "tabs", "homepage_url": "https:\/\/gryppcorp.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*.rcilivestream.com\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |