Request Metrics Agent

Monitors your Core Web Vitals and other performance and events on websites you visit and send them to Request Metrics.

Request Metrics Agent là gì?

Request Metrics Agent là một tiện ích mở rộng Chrome được phát triển bởi https://requestmetrics.com, và tính năng chính của nó là "Monitors your Core Web Vitals and other performance and events on websites you visit and send them to Request Metrics.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Request Metrics Agent

Tải xuống các tệp mở rộng Request Metrics Agent dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension automatically installs the Request Metrics real-user monitoring agent into the websites that you visit and sends your Core Web Vitals, performance metrics, and other event information back to the Request Metrics account of your choosing.

This was built to be a "no-code" option to trial the system, collecting data from your real website without you needing to make any code changes.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Request Metrics Agent Request Metrics Agent
ID hldblpjckolplbppajmafldmmkabeaab
URL Chính Thức https://chromewebstore.google.com/detail/request-metrics-agent/hldblpjckolplbppajmafldmmkabeaab
Mô tả Monitors your Core Web Vitals and other performance and events on websites you visit and send them to Request Metrics.
Kích Thước Tệp 1.1 MB
Số Lần Cài Đặt 92
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2023-12-10
Ngày Phát Hành 2022-02-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://requestmetrics.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://requestmetrics.com/
URL Trang Trợ Giúp https://requestmetrics.com/guide/
URL Trang Chính Sách Bảo Mật https://requestmetrics.com/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Request Metrics Agent",
    "description": "Monitors your Core Web Vitals and other performance and events on websites you visit and send them to Request Metrics.",
    "version": "1.1.2",
    "manifest_version": 3,
    "icons": {
        "16": "\/assets\/favicon-16x16.png",
        "32": "\/assets\/favicon-32x32.png",
        "48": "\/assets\/favicon-48x48.png",
        "128": "\/assets\/favicon-128x128.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/agent\/*",
                "\/assets\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/assets\/favicon-16x16.png",
            "32": "\/assets\/favicon-32x32.png",
            "48": "\/assets\/favicon-48x48.png",
            "128": "\/assets\/favicon-128x128.png"
        }
    }
}