Screen Capturing for ProVideomeeting

Extension to enable Screen Sharing for ProVideomeeting application

Что такое Screen Capturing for ProVideomeeting?

Screen Capturing for ProVideomeeting - это расширение Chrome, разработанное https://provideomeeting.com, и его основная функция - "Extension to enable Screen Sharing for ProVideomeeting application".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Screen Capturing for ProVideomeeting

Скачайте файлы расширений Screen Capturing for ProVideomeeting в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This WebRTC based extension allows you to share your desktop and applications in full HD in a live virtual meeting with your attendees.

What is ProVideomeeting?
- New level of online meetings.
- Show presentations, video files or share your screen. Communicate in a common chat room or via private messages.
- Modern HTML5 and WebRTC technologies, providing for high operation speed.
- More than 75 functions with a simple intuitive interface.

Discover new generation platform for video conferences                    

Основная информация о расширении

Название Screen Capturing for ProVideomeeting Screen Capturing for ProVideomeeting
ID jefofalaofaikkkpcekdgjchamdbkhgh
Официальный URL https://chromewebstore.google.com/detail/screen-capturing-for-prov/jefofalaofaikkkpcekdgjchamdbkhgh
Описание Extension to enable Screen Sharing for ProVideomeeting application
Размер файла 5.69 KB
Количество установок 30
Текущая Версия 1.0.1
Последнее Обновление 2017-05-23
Дата публикации 2017-05-23
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://provideomeeting.com
Тип оплаты free
Официальный сайт расширения https://provideomeeting.com/
URL страницы политики конфиденциальности https://provideomeeting.com/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Capturing for ProVideomeeting",
    "author": "NoviNexus Inc.",
    "version": "1.0.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Extension to enable Screen Sharing for ProVideomeeting application",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/provideomeeting.com\/*",
                "*:\/\/*.provideomeeting.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}