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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dom และคุณลักษณะหลักของมันคือ "See a real-time view of your network quality and find a good internet connection before an important video call"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย network x-ray
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 |
อีเมล | [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" ] } ] } |