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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}