uberAgent

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

uberAgent là gì?

uberAgent là một tiện ích mở rộng Chrome được phát triển bởi https://uberagent.com, và tính năng chính của nó là "Enables uberAgent to collect web app usage and performance data (e.g., foreground tab, page load duration) from Chrome.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng uberAgent

Tải xuống các tệp mở rộng uberAgent dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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?                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên uberAgent uberAgent
ID cmcmennehclgdccnlmnjladhlkmclbkb
URL Chính Thức https://chromewebstore.google.com/detail/uberagent/cmcmennehclgdccnlmnjladhlkmclbkb
Mô tả Enables uberAgent to collect web app usage and performance data (e.g., foreground tab, page load duration) from Chrome.
Kích Thước Tệp 19.25 KB
Số Lần Cài Đặt 1,005,939
Phiên Bản Hiện Tại 3.1.0
Cập Nhật Lần Cuối 2023-08-24
Ngày Phát Hành 2019-11-01
Đánh Giá 4.27/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://uberagent.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://uberagent.com/
URL Trang Trợ Giúp https://support.uberagent.com/
URL Trang Chính Sách Bảo Mật https://uberagent.com/imprint/privacy-policy/privacy-policy-for-uberagent-browser-extensions
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}