VISITLEAD Screensharing

Share Desktop Applications, Websites, Slides, Videos ... across Windows, MacOS, iOS and Android - to 1 or more viewers

Что такое VISITLEAD Screensharing?

VISITLEAD Screensharing - это расширение Chrome, разработанное http://visitlead.com, и его основная функция - "Share Desktop Applications, Websites, Slides, Videos ... across Windows, MacOS, iOS and Android - to 1 or more viewers".

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

screenshot
screenshot

Скачать файл CRX расширения VISITLEAD Screensharing

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

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

                        VISITLEAD Screensharing - the easiest way to share your screen. 

Share your Browser, Desktop Applications, Websites, Slides, Powerpoints ... across Windows, Apple, iOS and Android - to 1 or more viewers (they have no software to install!) in full HD resolution. Perfect for sales and service. 

Maximum advantage in connection with the other VISITLEAD features like Monitoring and (Video) LiveChat. More: https://VISITLEAD.com/features

Share your Screen - it´s free!                    

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

Название VISITLEAD Screensharing VISITLEAD Screensharing
ID bpmiojlbhbleaobkbmelopmieodnkjjd
Официальный URL https://chrome.google.com/webstore/detail/visitlead-screensharing/bpmiojlbhbleaobkbmelopmieodnkjjd
Описание Share Desktop Applications, Websites, Slides, Videos ... across Windows, MacOS, iOS and Android - to 1 or more viewers
Размер файла 33.86 KB
Количество установок 48
Текущая Версия 2.0.3
Последнее Обновление 2020-04-19
Дата публикации 2020-04-19
Рейтинг 5.00/5 Всего 2 оценок
Разработчик http://visitlead.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://visitlead.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "Screenshare",
    "version": "2.0.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/VISITLEAD.com",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/webrtc.js",
            "scripts\/index.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon-22.png",
        "default_title": "Screensharing",
        "default_popup": "popup.html"
    },
    "permissions": [
        "desktopCapture",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/icon-48.png"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/app.visitlead.com\/*",
            "*:\/\/stream.visitlead.com\/*",
            "*:\/\/app.visitlead.local\/*"
        ]
    }
}