ControlUp Enrich
Improve IT team productivity with real-time desktop performance monitoring, remote assistance & remediation.
Τι είναι το ControlUp Enrich;
Το ControlUp Enrich είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.controlup.com, και η κύρια λειτουργία του είναι "Improve IT team productivity with real-time desktop performance monitoring, remote assistance & remediation.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ControlUp Enrich
Λήψη αρχείων επέκτασης ControlUp Enrich σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
ControlUp’s Enrich gives IT admins and IT support teams real-time user experience insights without having to leave the tools and interfaces they already have in use to manage their physical or virtual desktops or use to manage IT support tickets, including Microsoft Intune and ServiceNow ITSM. In addition to bringing in real-time performance metrics, asset information and important application and OS events, IT teams can immediately troubleshoot and remediate issues that prevent the user from being productive through built-in actions and remote assistance capabilities. Built to work with ControlUp’s DEX Platform, the Enrich plug-in enhances efficiency, detects, and resolves issues rapidly, provides insights on user experience and helps to manage device performance without having to navigate across different consoles. ControlUp Enrich functionality includes: • Support for Microsoft Intune • Support for ServiceNow • View device hardware, OS, and other asset details • Real-time Windows, macOS and Linux device performance monitoring • Built-in troubleshooting & remediation scripted actions • Remote Assist: remote shell, remote shadow and remote control • Device Event Log monitoring • Active process monitoring and control • Application and OS crash information • Top CPU and RAM consumers insights
Βασικές Πληροφορίες Επέκτασης
Όνομα | ControlUp Enrich |
ID | hbhejhbegnlejblphomgobfbjgobjkmf |
Επίσημο URL | https://chromewebstore.google.com/detail/controlup-enrich/hbhejhbegnlejblphomgobfbjgobjkmf |
Περιγραφή | Improve IT team productivity with real-time desktop performance monitoring, remote assistance & remediation. |
Μέγεθος Αρχείου | 1.41 MB |
Αριθμός Εγκαταστάσεων | 0 |
Τρέχουσα Έκδοση | 1.1.5 |
Τελευταία Ενημέρωση | 2023-12-13 |
Ημερομηνία Δημοσίευσης | 2023-11-12 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://www.controlup.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.controlup.com/support/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.controlup.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ControlUp Enrich", "description": "Improve IT team productivity with real-time desktop performance monitoring, remote assistance & remediation.", "version": "1.1.5", "action": { "default_title": "Login", "default_popup": ".\/src\/popup\/popup.html", "default_icon": "logo192.png" }, "host_permissions": [ "*:\/\/*.controlup.com\/" ], "permissions": [ "tabs", "cookies", "webRequest", "storage" ], "icons": { "16": "logo16.png", "32": "logo32.png", "48": "logo48.png", "128": "logo128.png" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.in-tune-content.ts.bf973071.8338ed01.js", "assets\/content-script-loader.pendo.js.dddb0374.95a4ddcf.js" ], "matches": [ "https:\/\/endpoint.microsoft.com\/*", "https:\/\/intune.microsoft.com\/*" ], "media": [], "css": [ "assets\/base-dashboard.65e76945.css" ] }, { "js": [ "assets\/content-script-loader.service-now-content.ts.b4d762d0.d6deb7dc.js", "assets\/content-script-loader.pendo.js.dddb0374.95a4ddcf.js" ], "matches": [ "https:\/\/*.service-now.com\/*" ], "media": [], "css": [ "assets\/base-dashboard.65e76945.css" ] } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "web_accessible_resources": [ { "matches": [ "https:\/\/*\/*" ], "resources": [ "agent\/*" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/endpoint.microsoft.com\/*", "https:\/\/intune.microsoft.com\/*" ], "resources": [ "assets\/logo.13f87cfb.svg", "assets\/manifest.5c26fa6d.js", "assets\/base-dashboard.injection.4e9ec10b.js", "assets\/in-tune-content.ts.bf973071.js", "assets\/pendo.js.dddb0374.js" ], "use_dynamic_url": true }, { "matches": [ "https:\/\/*.service-now.com\/*" ], "resources": [ "assets\/base-dashboard.injection.4e9ec10b.js", "assets\/manifest.5c26fa6d.js", "assets\/service-now-content.ts.b4d762d0.js", "assets\/pendo.js.dddb0374.js" ], "use_dynamic_url": true } ] } |