uberAgent

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

uberAgent란 무엇입니까?

uberAgent은(는) https://uberagent.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables uberAgent to collect web app usage and performance data (e.g., foreground tab, page load duration) from Chrome."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

uberAgent 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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",
        ""
    ]
}