Deskulous Chrome Extension

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

What is Deskulous Chrome Extension?

Deskulous Chrome Extension is a Chrome extension developed by deskulous, and its main feature is "Deskulous, the first web based remote desktop (RDC) manager. Launch RDC connections right from a web browser".

Extension Screenshots

screenshot

Download Deskulous Chrome Extension Extension CRX File

Download Deskulous Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Deskulous Chrome Extension Deskulous Chrome Extension
ID hgnipgiknaeinnpcclfendkbppdhjkbd
Official URL https://chromewebstore.google.com/detail/deskulous-chrome-extensio/hgnipgiknaeinnpcclfendkbppdhjkbd
Description Deskulous, the first web based remote desktop (RDC) manager. Launch RDC connections right from a web browser
File Size 45.31 KB
Installation Count 1,788
Current Version 1.0.2
Last Updated 2015-01-08
Publish Date 2015-01-08
Rating 4.19/5 Total 16 Ratings
Developer deskulous
Payment Type free
Extension Website http://www.deskulous.com
Help Page URL https://deskulous.freshdesk.com/support/home
Supported Languages 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"
            ]
        }
    ]
}