BMC TrueSight Real User Monitoring Enterprise

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

BMC TrueSight Real User Monitoring Enterpriseคืออะไร?

BMC TrueSight Real User Monitoring Enterprise เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bmc.truesight.dso และคุณลักษณะหลักของมันคือ "The JavaScript plugin can collect metrics data from all the websites you visit"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BMC TrueSight Real User Monitoring Enterprise

ดาวน์โหลดไฟล์ส่วนขยาย BMC TrueSight Real User Monitoring Enterprise ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The JavaScript plugin can collect metrics data from your web applications.
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 enables enterprise deployment and monitoring of the enterprise SaaS applications, with no need to modify the application in any way.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BMC TrueSight Real User Monitoring Enterprise BMC TrueSight Real User Monitoring Enterprise
ID dhglkfamhcbjmfpclempekdmpjfclojd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bmc-truesight-real-user-m/dhglkfamhcbjmfpclempekdmpjfclojd
คำอธิบาย The JavaScript plugin can collect metrics data from all the websites you visit
ขนาดไฟล์ 27.41 KB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2019-09-05
วันที่เผยแพร่ 2019-08-25
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา bmc.truesight.dso
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BMC TrueSight Real User Monitoring Enterprise",
    "version": "1.0.4",
    "description": "The JavaScript plugin can collect metrics data from all the websites you visit",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "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"
    },
    "storage": {
        "managed_schema": "schema.json"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "*\/plugin_settings.json"
    ]
}