Datto Autotask and Datto RMM Enhancements

Adds buttons and functionality to Datto's Autotask and RMM websites and to ScreenConnect when accessed via Datto RMM.

Datto Autotask and Datto RMM Enhancements là gì?

Datto Autotask and Datto RMM Enhancements là một tiện ích mở rộng Chrome được phát triển bởi Shammam Consulting Services, Inc., và tính năng chính của nó là "Adds buttons and functionality to Datto's Autotask and RMM websites and to ScreenConnect when accessed via Datto RMM.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Datto Autotask and Datto RMM Enhancements

Tải xuống các tệp mở rộng Datto Autotask and Datto RMM Enhancements 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

                        This plugin is intended for Datto Autotask and Datto RMM end-users.  We also have a few improvements for when using Datto RMM with ConnectWise Control (aka Screenconnect.)

These enhancements will improve your productivity using Datto Autotask and RMM.

NOTICE: Check the Options page to configure your Autotask subdomain/tenant url.  The app will attempt to determine this automatically if left blank.

Features:

1) Ticket lookup from the browser address bar.
Click inside the Browser address bar and type "at" then press . This will prompt for the ticket #.  Type or paste the ticket # and press .

NOTE: Make sure to disable your pop-up blocker for autotask.net.  This is the most common reason tickets do not open.

2) Copy/Paste Ticket Number & Title along with URL with one click.
See image below for the new copy/paste functionality.  This will generate a friendly looking link.

NOTE: We use "Client" instead of "Customer" in our set up.  Reach out to us if this does not work for you, and provide us how you describe your client/customers.

3) Control and Backstage buttons added to device page in Datto RMM. These will directly open ScreenConnect using either the default logon session (control button) or the backstage login session (backstage button).

NOTE: By default it looks for your ScreenConnect url in the UDF's.  Check the Options page to configure a specific Datto RMM UDF Name.  The buttons will stay disabled if it cannot find them.  IF CW CONTROL IS SELF-HOSTED: You can now configure your self-hosted CW domain in options.

ENHANCEMENT: To enable the automatic connect and CW tab close functionality.  Use the JoinWithOptions action in your CW URL.  Without it, you'll get to the endpoint in CW Control, but it will not start the session for you.

4) We have renamed the ScreenConnect.com tab to the selected device--if there is a selected device.
This makes it easy to differentiate the multiple ScreenConnect tabs that may be open.

Version 4.2 update solves the CSS issue with latest Datto RMM release.  Also, we improved the settings screen.

Please reach out to us with any questions/comments/issues/suggestions.  We are actively working on more improvements to the platform.

DISCLAIMER: This software extension is not affiliated or associated with Datto, Inc. in any way. It is an unofficial, third-party browser extension created for improving productivity within our teams. Use at your own risk.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Datto Autotask and Datto RMM Enhancements Datto Autotask and Datto RMM Enhancements
ID dbfgmocmakiddjilpphgldffcnhkbken
URL Chính Thức https://chromewebstore.google.com/detail/datto-autotask-and-datto/dbfgmocmakiddjilpphgldffcnhkbken
Mô tả Adds buttons and functionality to Datto's Autotask and RMM websites and to ScreenConnect when accessed via Datto RMM.
Kích Thước Tệp 43.11 KB
Số Lần Cài Đặt 227
Phiên Bản Hiện Tại 4.2
Cập Nhật Lần Cuối 2022-11-11
Ngày Phát Hành 2022-07-27
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Shammam Consulting Services, Inc.
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Datto Autotask and Datto RMM Enhancements",
    "description": "Adds buttons and functionality to Datto's Autotask and RMM websites and to ScreenConnect when accessed via Datto RMM.",
    "author": "Shammam Consulting Services, Inc.",
    "version": "4.2",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "omnibox": {
        "keyword": "AT"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.autotask.net\/*",
        "*:\/\/*.datto.com\/*",
        "*:\/\/*.screenconnect.com\/*"
    ],
    "optional_host_permissions": [
        ""
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/*.autotask.net\/*",
            "*:\/\/*.datto.com\/*",
            "*:\/\/*.screenconnect.com\/*"
        ],
        "accepts_tls_channel_id": false
    }
}