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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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