Catchpoint User Experience

Instantly discover what was slowing down a webpage.

Catchpoint User Experienceคืออะไร?

Catchpoint User Experience เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Catchpoint Systems Inc. และคุณลักษณะหลักของมันคือ "Instantly discover what was slowing down a webpage."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Catchpoint User Experience

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

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

                        Catchpoint allows you to easily see performance attributes of websites as you browse the web. This helps both end-users and developers understand why a web-page might be slow or experiencing problems. With the extension, you can quickly identify how long a page took to load, the size of the page in bytes, if any requests caused bottlenecks, the number of hosts that served content, and details about the type of files delivered.

Catchpoint data can be used ad-hoc to share directly with IT support teams to help resolve incidents faster. IT teams can also use the Catchpoint portal for collecting data and reporting it in a comprehensive analytics and alerting platform to evaluate trends and see a holistic view of employee experience across entire departments or organizations.                    

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

ชื่อ Catchpoint User Experience Catchpoint User Experience
ID dibilcjfahbokhiodajibcajcabfjein
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/catchpoint-user-experienc/dibilcjfahbokhiodajibcajcabfjein
คำอธิบาย Instantly discover what was slowing down a webpage.
ขนาดไฟล์ 662 KB
จำนวนการติดตั้ง 7,557
เวอร์ชันปัจจุบัน 1.5.4
อัปเดตครั้งล่าสุด 2024-02-20
วันที่เผยแพร่ 2020-05-22
คะแนน 4.74/5 รวมทั้งหมด 31 คะแนน
ผู้พัฒนา Catchpoint Systems Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://catchpoint.com/
URL หน้าช่วยเหลือ https://support.catchpoint.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.catchpoint.com/trust
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Catchpoint User Experience",
    "description": "Instantly discover what was slowing down a webpage.",
    "default_locale": "en",
    "version": "1.5.4",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgZdu8nUWZC\/F1zl89gN5XRmk43YK4nbkjBy1UXSkZkHlLhNRoWP6X9ODNuxGCHF5F\/1pwXe\/Ec356Q+LuZ\/oXxRVdDBFgsoZ2TD3eYh0wYi+Y3hy+RAZRfFC6yLV+W9BVCGPEelSSKy4CBRKncuKJEVJ\/3PqKbHKU0ELuu08Qdz55\/2bH4d0TJkrm1Zm5GgTH4xhVqhZivyGT9kM7VzWKgpvejNIC9xvvbdbWplNEy6naiX5RkojqJ5ehy0ohIRkI9+pyEc+b8hpE2vRzSaO+oT\/6CAUKBV\/VvkIYSyjBcFU5H6U7H2eWy4DyV1tC6AtdLe2pgeXLviFFep1s\/h0mQIDAQAB",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "webRequest",
        "unlimitedStorage",
        "nativeMessaging"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "rum.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "resources\/cue-16.png",
        "19": "resources\/cue-19.png",
        "48": "resources\/cue-48.png",
        "128": "resources\/cue-128.png"
    },
    "action": {
        "default_icon": "resources\/cue-128.png",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*"
    ]
}