Deskulous Chrome Extension
Deskulous, the first web based remote desktop (RDC) manager. Launch RDC connections right from a web browser
Deskulous Chrome Extension là gì?
Deskulous Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi deskulous, và tính năng chính của nó là "Deskulous, the first web based remote desktop (RDC) manager. Launch RDC connections right from a web browser".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Deskulous Chrome Extension
Tải xuống các tệp mở rộng Deskulous Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Deskulous Chrome Extension |
ID | hgnipgiknaeinnpcclfendkbppdhjkbd |
URL Chính Thức | https://chromewebstore.google.com/detail/deskulous-chrome-extensio/hgnipgiknaeinnpcclfendkbppdhjkbd |
Mô tả | Deskulous, the first web based remote desktop (RDC) manager. Launch RDC connections right from a web browser |
Kích Thước Tệp | 45.31 KB |
Số Lần Cài Đặt | 1,788 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2015-01-08 |
Ngày Phát Hành | 2015-01-08 |
Đánh Giá | 4.19/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | deskulous |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.deskulous.com |
URL Trang Trợ Giúp | https://deskulous.freshdesk.com/support/home |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |