BMC TrueSight Real User Monitoring Plugin

The JavaScript plugin can collect metrics data from all the websites you visit

BMC TrueSight Real User Monitoring Plugin क्या है?

BMC TrueSight Real User Monitoring Plugin bmc dso truesight द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The JavaScript plugin can collect metrics data from all the websites you visit"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BMC TrueSight Real User Monitoring Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        BMC TrueSight App Visibility Manager end-user monitoring provides visibility into end-to-end transaction time and availability, and browser page performance and availability, for your web-based applications. End-user data enables you to detect and respond when users are experiencing slow response times and outages. With TrueSight App Visibility Manager, you can monitor end-to-end transaction time and identify problematic parts (such as Ajax requests) of a web page.

This Chrome extension help the user enable JavaScript injection so to collect metrics data from all the websites you visit for monitoring the performance and availability of your applications.                    

एक्सटेंशन की मूल जानकारी

नाम BMC TrueSight Real User Monitoring Plugin BMC TrueSight Real User Monitoring Plugin
ID cjcjdkkdbfjcnfpdnhbghgkggpalhipf
आधिकारिक URL https://chromewebstore.google.com/detail/bmc-truesight-real-user-m/cjcjdkkdbfjcnfpdnhbghgkggpalhipf
विवरण The JavaScript plugin can collect metrics data from all the websites you visit
फ़ाइल का आकार 29.25 KB
स्थापना संख्या 26
वर्तमान संस्करण 1.2
अंतिम अपडेट 2018-12-22
प्रकाशन तिथि 2018-12-17
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर bmc dso truesight
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BMC TrueSight Real User Monitoring Plugin",
    "version": "1.2",
    "description": "The JavaScript plugin can collect metrics data from all the websites you visit",
    "manifest_version": 2,
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs",
        "storage",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "assets\/bmc_logo_16.png"
    },
    "icons": {
        "16": "assets\/bmc_logo_16.png",
        "48": "assets\/bmc_logo_48.png",
        "128": "assets\/bmc_logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_start"
        }
    ]
}