Constellix Sonar Lite Network Troubleshooting

Sonar Lite is a performance monitoring tool designed for system administrators to troubleshoot real time network performance issues

Constellix Sonar Lite Network Troubleshootingคืออะไร?

Constellix Sonar Lite Network Troubleshooting เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://constellix.com และคุณลักษณะหลักของมันคือ "Sonar Lite is a performance monitoring tool designed for system administrators to troubleshoot real time network performance issues"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Constellix Sonar Lite Network Troubleshooting

ดาวน์โหลดไฟล์ส่วนขยาย Constellix Sonar Lite Network Troubleshooting ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Ultimate In-browser Network Troubleshooting Tool
Test your web performance and troubleshoot connectivity issues directly from your browser. The Sonar Lite extension guides you through the debugging process in three steps:
Real User Metrics (RUM)
Troubleshoot
Tools

Real-Time Performance Metrics
The Sonar Lite Extension uses RUM (Real-User Monitoring), which gathers information about your browser’s connection to the Internet and your desired website. Sonar Lite uses this data to determine how fast a web page loads in your browser and can detect errors or latency in your connection.
You can use this information to optimize your website’s performance.

Track and Compare Web Performance
View the performance of any website, and compare the results with dozens of other websites at once. Sonar Lite makes it easy, either visit your desired website through your browser, or choose from a list of your recently visited sites and get instant results in the Sonar Lite Extension.
You can compare your past results with up to the minute data to track performance changes over time.

Troubleshoot
The Internet and the networks we use to surf the web are inherently complex, which leaves many opportunities for something to go wrong. We consolidated all of the tools our network admins have been using for years into one lightweight extension to streamline the troubleshooting process.

ITOS Tools
While you are going through the troubleshooting wizard, you may need to run additional tests to optimize performance. This is a crucial component of an ITOS (Internet Traffic Optimization) strategy. We integrated the same tools you know and love from the Sonar Lite mobile app, plus a few new ones.
Traceroute
DNS Lookup
DNS Trace
TCP Check
HTTP Check
HTTPS Check
GeoIP Lookup
Whois Listing                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Constellix Sonar Lite Network Troubleshooting Constellix Sonar Lite Network Troubleshooting
ID jaoaipchgmdieejepndehhkgjihmffde
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/constellix-sonar-lite-net/jaoaipchgmdieejepndehhkgjihmffde
คำอธิบาย Sonar Lite is a performance monitoring tool designed for system administrators to troubleshoot real time network performance issues
ขนาดไฟล์ 1.38 MB
จำนวนการติดตั้ง 422
เวอร์ชันปัจจุบัน 0.9.4
อัปเดตครั้งล่าสุด 2017-01-25
วันที่เผยแพร่ 2017-01-25
คะแนน 4.44/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา http://constellix.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://constellix.com/sonar/sonarliteextension/
URL หน้าช่วยเหลือ http://help.constellix.com/sonar-lite-extension/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Constellix Sonar Lite Network Troubleshooting",
    "description": "Sonar Lite is a performance monitoring tool designed for system administrators to troubleshoot real time network performance issues",
    "short_name": "Constellix Sonar Lite",
    "author": "Constellix.com",
    "version": "0.9.4",
    "icons": {
        "16": "images\/logo-16.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "app\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "images\/logo.png",
        "default_title": "Constellix Sonar Lite"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "debugger",
        "storage",
        "webRequest",
        "",
        "webRequestBlocking",
        "tabs",
        "geolocation",
        "alarms",
        "http:\/\/sonarliteremote1.constellix.com\/",
        "http:\/\/myip.dnsmadeeasy.com\/",
        "https:\/\/code.highcharts.com\/*",
        "https:\/\/maps.googleapis.com\/",
        "https:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/maps.googleapis.com\/ https:\/\/ssl.google-analytics.com; object-src 'self'"
}