Deskulous Chrome Extension
Deskulous, the first web based remote desktop (RDC) manager. Launch RDC connections right from a web browser
Vad är Deskulous Chrome Extension?
Deskulous Chrome Extension är en Chrome-tillägg utvecklad av deskulous, och dess huvudfunktion är "Deskulous, the first web based remote desktop (RDC) manager. Launch RDC connections right from a web browser".
Tilläggsskärmbilder
Ladda ner Deskulous Chrome Extension-förlängningens CRX-fil
Ladda ner Deskulous Chrome Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Deskulous Chrome Extension |
ID | hgnipgiknaeinnpcclfendkbppdhjkbd |
Officiell webbadress | https://chromewebstore.google.com/detail/deskulous-chrome-extensio/hgnipgiknaeinnpcclfendkbppdhjkbd |
Beskrivning | Deskulous, the first web based remote desktop (RDC) manager. Launch RDC connections right from a web browser |
Filstorlek | 45.31 KB |
Antal Installationer | 1,788 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2015-01-08 |
Publiceringsdatum | 2015-01-08 |
Betyg | 4.19/5 Totalt 16 Betyg |
Utvecklare | deskulous |
Betalningssätt | free |
Tilläggswebbplats | http://www.deskulous.com |
Hjälpsida URL | https://deskulous.freshdesk.com/support/home |
Stödda Språk | 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": [ " |