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" ] } ] } |