network x-ray

See a real-time view of your network quality and find a good internet connection before an important video call

network x-ray là gì?

network x-ray là một tiện ích mở rộng Chrome được phát triển bởi dom, và tính năng chính của nó là "See a real-time view of your network quality and find a good internet connection before an important video call".

Ả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 network x-ray

Tải xuống các tệp mở rộng network x-ray 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

                        See a real-time view of your network quality and find a good internet connection before an important video call or gaming session. 

Network x-ray measures your network quality in the background to find out if your video call or gaming session is likely to be smooth and effortless, or annoyingly laggy. With a real-time view of your network quality, and tips guidance you can use network x-ray to find a good internet connection before an important call.

The plugin opens automatically when you go to URLs for many video conferences and gaming services. Look for our icon in the top right corner. For the full list of URLs go to details and review website access.

If your internet service provider supports network x-ray diagnostics, you can get anonymized guidance on how to improve your network.                    

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

Tên network x-ray network x-ray
ID blcijcaekjplheogmjkallmnnofgikmh
URL Chính Thức https://chromewebstore.google.com/detail/network-x-ray/blcijcaekjplheogmjkallmnnofgikmh
Mô tả See a real-time view of your network quality and find a good internet connection before an important video call
Kích Thước Tệp 293 KB
Số Lần Cài Đặt 176
Phiên Bản Hiện Tại 0.0.13
Cập Nhật Lần Cuối 2023-06-08
Ngày Phát Hành 2023-03-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển dom
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.networkxray.io/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "network x-ray",
    "version": "0.0.13",
    "description": "See a real-time view of your network quality and find a good internet connection before an important video call",
    "permissions": [],
    "manifest_version": 3,
    "icons": {
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/index.js",
                "assets\/widget.html",
                "assets\/good.svg",
                "assets\/bad.svg",
                "icon.css"
            ],
            "matches": [
                "https:\/\/*.meet.google.com\/*",
                "https:\/\/domos.ai\/*",
                "https:\/\/*.webex.com\/*",
                "https:\/\/*.zoom.us\/*",
                "https:\/\/*.speedtest.net\/*",
                "https:\/\/*.networkxray.io\/*",
                "https:\/\/*.bluejeans.com\/*",
                "https:\/\/*.spectrum.net\/*",
                "https:\/\/*.geforcenow.com\/*",
                "https:\/\/*.xbox.com\/*",
                "https:\/\/*.playstation.com\/*",
                "https:\/\/luna.amazon.com\/*",
                "https:\/\/domos-links.azurewebsites.net\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.meet.google.com\/*",
                "https:\/\/domos.ai\/*",
                "https:\/\/*.webex.com\/*",
                "https:\/\/*.zoom.us\/*",
                "https:\/\/*.speedtest.net\/*",
                "https:\/\/*.networkxray.io\/*",
                "https:\/\/*.bluejeans.com\/*",
                "https:\/\/*.spectrum.net\/*",
                "https:\/\/*.geforcenow.com\/*",
                "https:\/\/*.xbox.com\/*",
                "https:\/\/*.playstation.com\/*",
                "https:\/\/luna.amazon.com\/*",
                "https:\/\/domos-links.azurewebsites.net\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "icon.css"
            ]
        }
    ]
}