Deskulous Chrome Extension
Deskulous, the first web based remote desktop (RDC) manager. Launch RDC connections right from a web browser
Co to jest Deskulous Chrome Extension?
Deskulous Chrome Extension to rozszerzenie Chrome opracowane przez deskulous, a jego główną funkcją jest „Deskulous, the first web based remote desktop (RDC) manager. Launch RDC connections right from a web browser”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Deskulous Chrome Extension
Pobierz pliki rozszerzeń Deskulous Chrome Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Deskulous Chrome Extension |
ID | hgnipgiknaeinnpcclfendkbppdhjkbd |
Oficjalny URL | https://chromewebstore.google.com/detail/deskulous-chrome-extensio/hgnipgiknaeinnpcclfendkbppdhjkbd |
Opis | Deskulous, the first web based remote desktop (RDC) manager. Launch RDC connections right from a web browser |
Rozmiar pliku | 45.31 KB |
Liczba instalacji | 1,788 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2015-01-08 |
Data Publikacji | 2015-01-08 |
Ocena | 4.19/5 Łącznie 16 Oceny |
Deweloper | deskulous |
Typ Płatności | free |
Strona Rozszerzenia | http://www.deskulous.com |
Adres URL Strony Pomocy | https://deskulous.freshdesk.com/support/home |
Obsługiwane Języki | 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": [ " |