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