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はdeskulousによって開発されたChromeの拡張機能で、その主な機能は「Deskulous, the first web based remote desktop (RDC) manager. Launch RDC connections right from a web browser」です。

拡張機能のスクリーンショット

screenshot

Deskulous Chrome Extension拡張機能のCRXファイルをダウンロード

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"
            ]
        }
    ]
}