uberAgent

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

Co je uberAgent?

uberAgent je rozšíření Chrome vyvinuté https://uberagent.com, a jeho hlavní funkcí je „Enables uberAgent to collect web app usage and performance data (e.g., foreground tab, page load duration) from Chrome.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření uberAgent

Stáhněte si soubory rozšíření uberAgent ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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?                    

Základní Informace o Rozšíření

Název uberAgent uberAgent
ID cmcmennehclgdccnlmnjladhlkmclbkb
Oficiální URL https://chromewebstore.google.com/detail/uberagent/cmcmennehclgdccnlmnjladhlkmclbkb
Popis Enables uberAgent to collect web app usage and performance data (e.g., foreground tab, page load duration) from Chrome.
Velikost souboru 19.25 KB
Počet instalací 1,005,939
Aktuální Verze 3.1.0
Poslední Aktualizace 2023-08-24
Datum Vydání 2019-11-01
Hodnocení 4.27/5 Celkem 11 Hodnocení
Vývojář https://uberagent.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://uberagent.com/
URL Stránky Nápovědy https://support.uberagent.com/
URL Stránky Zásad Ochrany Soukromí https://uberagent.com/imprint/privacy-policy/privacy-policy-for-uberagent-browser-extensions
Podporované Jazyky 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",
        ""
    ]
}