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とは何ですか?

network x-rayはdomによって開発されたChromeの拡張機能で、その主な機能は「See a real-time view of your network quality and find a good internet connection before an important video call」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

network x-ray拡張機能のCRXファイルをダウンロード

network x-ray拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 network x-ray network x-ray
ID blcijcaekjplheogmjkallmnnofgikmh
公式URL https://chromewebstore.google.com/detail/network-x-ray/blcijcaekjplheogmjkallmnnofgikmh
説明 See a real-time view of your network quality and find a good internet connection before an important video call
ファイルサイズ 293 KB
インストール数 176
現在のバージョン 0.0.13
最終更新日 2023-06-08
公開日 2023-03-24
評価 5.00/5 合計 2 レビュー
開発者 dom
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.networkxray.io/privacy
対応言語 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"
            ]
        }
    ]
}