RemoteEye Screensharing

Chrome extension to enable Screen sharing on RemoteEye.

Что такое RemoteEye Screensharing?

RemoteEye Screensharing - это расширение Chrome, разработанное https://app.remoteeye.com, и его основная функция - "Chrome extension to enable Screen sharing on RemoteEye.".

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

screenshot

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

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

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

                        Chrome extension to enable Screen sharing on RemoteEye.                    

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

Название RemoteEye Screensharing RemoteEye Screensharing
ID hfceddghiillmnhcbpenkhofgpkdonbl
Официальный URL https://chromewebstore.google.com/detail/remoteeye-screensharing/hfceddghiillmnhcbpenkhofgpkdonbl
Описание Chrome extension to enable Screen sharing on RemoteEye.
Размер файла 34.16 KB
Количество установок 81
Текущая Версия 3.0
Последнее Обновление 2017-09-14
Дата публикации 2017-09-14
Разработчик https://app.remoteeye.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.remoteeye.com
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RemoteEye Screensharing",
    "author": "RemoteEye",
    "version": "3.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Chrome extension to enable Screen sharing on RemoteEye.",
    "homepage_url": "http:\/\/www.remoteeye.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.app.remoteeye.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}