uberAgent

Enables uberAgent to collect web app usage and performance data (e.g., foreground tab, page load duration) from Chrome.

Τι είναι το uberAgent;

Το uberAgent είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://uberagent.com, και η κύρια λειτουργία του είναι "Enables uberAgent to collect web app usage and performance data (e.g., foreground tab, page load duration) from Chrome.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης uberAgent

Λήψη αρχείων επέκτασης uberAgent σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        IMPORTANT: this extension requires the uberAgent endpoint agent for Windows or macOS. The browser extension does not work without the agent.

uberAgent is the perfect solution for Windows and macOS end-user computing analytics, focused on user experience and application performance monitoring. It measures logon duration, GPU usage, network latency, browser performance and application unresponsiveness, to name just a few of its many high-quality metrics not easily found elsewhere. And it does all that from an agent so efficient that is has one of the smallest footprints in the industry.

uberAgent is optimized for physical and virtual apps and desktops including Citrix and VMware products. uberAgent easily answers questions like the following:

- How can we speed up user logons?
- How much time do our employees lose waiting for applications?
- Why is the Windows boot process taking so long?
- Are Outlook problems really caused by the Exchange backend?
- How many licenses do we need for application X?
- Which apps do our user spend most of their time with?                    

Βασικές Πληροφορίες Επέκτασης

Όνομα uberAgent uberAgent
ID cmcmennehclgdccnlmnjladhlkmclbkb
Επίσημο URL https://chromewebstore.google.com/detail/uberagent/cmcmennehclgdccnlmnjladhlkmclbkb
Περιγραφή Enables uberAgent to collect web app usage and performance data (e.g., foreground tab, page load duration) from Chrome.
Μέγεθος Αρχείου 19.25 KB
Αριθμός Εγκαταστάσεων 1,005,939
Τρέχουσα Έκδοση 3.1.0
Τελευταία Ενημέρωση 2023-08-24
Ημερομηνία Δημοσίευσης 2019-11-01
Αξιολόγηση 4.27/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής https://uberagent.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://uberagent.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://support.uberagent.com/
URL της Σελίδας Πολιτικής Απορρήτου https://uberagent.com/imprint/privacy-policy/privacy-policy-for-uberagent-browser-extensions
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "uberAgent",
    "description": "Enables uberAgent to collect web app usage and performance data (e.g., foreground tab, page load duration) from Chrome.",
    "version": "3.1.0",
    "minimum_chrome_version": "41",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "alarms",
        "tabs",
        "nativeMessaging",
        "webRequest",
        "webRequestBlocking",
        "storage",
        ""
    ]
}