Datto RMM UI Enhancer
Improves the Datto RMM (previously known as AEM) UI experience
Τι είναι το Datto RMM UI Enhancer;
Το Datto RMM UI Enhancer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://xkln.net, και η κύρια λειτουργία του είναι "Improves the Datto RMM (previously known as AEM) UI experience".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Datto RMM UI Enhancer
Λήψη αρχείων επέκτασης Datto RMM UI Enhancer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Provides a few small enhancements to the Datto RMM (previously AEM) user interface. Disclaimer: This extension is not affiliated or associated with Datto, Inc. in any way. It is an unofficial, third party browser extension made by a dRMM user. Use at your own risk. ----- Features - The Sites down menu does not truncate names and is longer, it also links to the Devices tab to each site instead of the Summary tab. The Devices tab includes the bulk of the improvements - Device Hostname column: Windows Servers have a light blue background - Last Seen column: Replaces timestamp with age (example: 18 hours 27 minutes) - Last Audit column: Background color based on audit age (Green to Red gradient) and replaces the timestamp with age (for example: 5 hours 22 minutes) - Operating System Column: Replaces Windows 10 Build number (10.0.18362) with the friendlier and shorter version (1903) - Operating System Column: Removes 'Microsoft' prefix from OS Names - Last Reboot column: Replaces timestamp with age (for example: 15 days 17 hours 8 minutes) - Reboot Required column: Red background if a reboot is pending Quick Filter The Search box has been improved and now also acts as a Quick Filter on the Devices page. Typing more than 2 characters into the Search box will instantly filter all devices to only show those that match the query. Matches are done on any visible field/column, for example, you can query on hostname, IP, last user, OS, etc - whatever fields you have configured will be used for matching. Partial matches also work, a query for sql will match srv-sql-01. The search field still maintains its regular functionality.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Datto RMM UI Enhancer |
ID | hipgdbnphembdgicadgomdoibpnppakd |
Επίσημο URL | https://chromewebstore.google.com/detail/datto-rmm-ui-enhancer/hipgdbnphembdgicadgomdoibpnppakd |
Περιγραφή | Improves the Datto RMM (previously known as AEM) UI experience |
Μέγεθος Αρχείου | 43.47 KB |
Αριθμός Εγκαταστάσεων | 292 |
Τρέχουσα Έκδοση | 1.3 |
Τελευταία Ενημέρωση | 2021-12-21 |
Ημερομηνία Δημοσίευσης | 2020-02-18 |
Αξιολόγηση | 4.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://xkln.net |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/mdjx/Datto-RMM-UI-Enhancer |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Datto RMM UI Enhancer", "description": "Improves the Datto RMM (previously known as AEM) UI experience", "version": "1.3", "content_scripts": [ { "matches": [ "https:\/\/pinotage.centrastage.net\/*", "https:\/\/merlot.centrastage.net\/*", "https:\/\/concord.centrastage.net\/*", "https:\/\/zinfandel.centrastage.net\/*", "https:\/\/syrah.centrastage.net\/*" ], "js": [ "moment.js", "moment-precise-range.js", "drmm.js" ] } ], "browser_action": { "default_icon": "icon.png" }, "permissions": [ "https:\/\/pinotage.centrastage.net\/*", "https:\/\/merlot.centrastage.net\/*", "https:\/\/concord.centrastage.net\/*", "https:\/\/zinfandel.centrastage.net\/*", "https:\/\/syrah.centrastage.net\/*" ] } |