Deskulous Chrome Extension

Deskulous, the first web based remote desktop (RDC) manager. Launch RDC connections right from a web browser

Что такое Deskulous Chrome Extension?

Deskulous Chrome Extension - это расширение Chrome, разработанное deskulous, и его основная функция - "Deskulous, the first web based remote desktop (RDC) manager. Launch RDC connections right from a web browser".

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

screenshot

Скачать файл CRX расширения Deskulous Chrome Extension

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

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

                        Deskulous is the first cloud based remote desktop (RDC) manager built by MSPs for MSPs. It’s designed to allow teams to uniquely launch RDC connections right from a web browser in just a few clicks, manage user credentials, and client technical information all in one simple interface.

*This is only the required Chrome extension. You will still need to create an account at Deskulous.com prior to use.                    

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

Название Deskulous Chrome Extension Deskulous Chrome Extension
ID hgnipgiknaeinnpcclfendkbppdhjkbd
Официальный URL https://chromewebstore.google.com/detail/deskulous-chrome-extensio/hgnipgiknaeinnpcclfendkbppdhjkbd
Описание Deskulous, the first web based remote desktop (RDC) manager. Launch RDC connections right from a web browser
Размер файла 45.31 KB
Количество установок 1,788
Текущая Версия 1.0.2
Последнее Обновление 2015-01-08
Дата публикации 2015-01-08
Рейтинг 4.19/5 Всего 16 оценок
Разработчик deskulous
Тип оплаты free
Официальный сайт расширения http://www.deskulous.com
URL страницы помощи https://deskulous.freshdesk.com/support/home
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Deskulous Chrome Extension",
    "short_name": "Deskulous",
    "description": "Deskulous, the first web based remote desktop (RDC) manager. Launch RDC connections right from a web browser",
    "version": "1.0.2",
    "offline_enabled": true,
    "homepage_url": "http:\/\/deskulous.com",
    "author": "Deskulous",
    "permissions": [
        "http:\/\/localhost\/*",
        "nativeMessaging"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "background": {
        "scripts": [
            "actions.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content-extension.js"
            ]
        }
    ]
}