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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables uberAgent to collect web app usage and performance data (e.g., foreground tab, page load duration) from Chrome."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में uberAgent एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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", " |