Deskulous Chrome Extension
Deskulous, the first web based remote desktop (RDC) manager. Launch RDC connections right from a web browser
O que é Deskulous Chrome Extension?
Deskulous Chrome Extension é uma extensão do Chrome desenvolvida por deskulous, e sua principal característica é "Deskulous, the first web based remote desktop (RDC) manager. Launch RDC connections right from a web browser".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Deskulous Chrome Extension
Baixe arquivos de extensão Deskulous Chrome Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Deskulous Chrome Extension |
ID | hgnipgiknaeinnpcclfendkbppdhjkbd |
URL Oficial | https://chromewebstore.google.com/detail/deskulous-chrome-extensio/hgnipgiknaeinnpcclfendkbppdhjkbd |
Descrição | Deskulous, the first web based remote desktop (RDC) manager. Launch RDC connections right from a web browser |
Tamanho do Arquivo | 45.31 KB |
Contagem de Instalações | 1,788 |
Versão Atual | 1.0.2 |
Última Atualização | 2015-01-08 |
Data de Publicação | 2015-01-08 |
Classificação | 4.19/5 Total de 16 Avaliações |
Desenvolvedor | deskulous |
Tipo de Pagamento | free |
Site da Extensão | http://www.deskulous.com |
URL da Página de Ajuda | https://deskulous.freshdesk.com/support/home |
Idiomas Suportados | 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": [ " |