Deskulous Chrome Extension

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

Cos'è Deskulous Chrome Extension?

Deskulous Chrome Extension è un'estensione di Chrome sviluppata da deskulous, e la sua funzione principale è "Deskulous, the first web based remote desktop (RDC) manager. Launch RDC connections right from a web browser".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Deskulous Chrome Extension

Scarica i file di estensione Deskulous Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Deskulous Chrome Extension Deskulous Chrome Extension
ID hgnipgiknaeinnpcclfendkbppdhjkbd
URL Ufficiale https://chromewebstore.google.com/detail/deskulous-chrome-extensio/hgnipgiknaeinnpcclfendkbppdhjkbd
Descrizione Deskulous, the first web based remote desktop (RDC) manager. Launch RDC connections right from a web browser
Dimensione del File 45.31 KB
Conteggio Installazioni 1,788
Versione Corrente 1.0.2
Ultimo Aggiornamento 2015-01-08
Data di Pubblicazione 2015-01-08
Valutazione 4.19/5 Totale 16 Valutazioni
Sviluppatore deskulous
Tipo di Pagamento free
Sito Web dell'Estensione http://www.deskulous.com
URL della Pagina di Aiuto https://deskulous.freshdesk.com/support/home
Lingue Supportate 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"
            ]
        }
    ]
}