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.”。
扩展截图
下载uberAgent扩展crx文件
下载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 |
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", " |