analyzeRTC - visualize webrtc-internals

Quickly collect and analyze WebRTC browser activity

analyzeRTC - visualize webrtc-internalsคืออะไร?

analyzeRTC - visualize webrtc-internals เป็นส่วนขยายของ Chrome ที่พัฒนาโดย testrtc.com และคุณลักษณะหลักของมันคือ "Quickly collect and analyze WebRTC browser activity"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย analyzeRTC - visualize webrtc-internals

ดาวน์โหลดไฟล์ส่วนขยาย analyzeRTC - visualize webrtc-internals ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        NOTE: This extension requires a paid subscription plan with testRTC to use

analyzeRTC, by testRTC, is a simple Chrome extension to automatically collect and analyze WebRTC statistics to help you debug and troubleshoot issues.

analyzeRTC enables you to easily collect webrtc-internal dumps and any associated information from your WebRTC application while it is running, without the need to tell your clients to download and send dump files. Inside testRTC, you will be able to use the analyzeRTC tool to view the results in a simple way, making debugging and troubleshooting production related issues a breeze.                    

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

ชื่อ analyzeRTC - visualize webrtc-internals analyzeRTC - visualize webrtc-internals
ID jmichaepiaolacmdlbngnoephpomigcm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/analyzertc-visualize-webr/jmichaepiaolacmdlbngnoephpomigcm
คำอธิบาย Quickly collect and analyze WebRTC browser activity
ขนาดไฟล์ 116 KB
จำนวนการติดตั้ง 1,107
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2021-02-23
วันที่เผยแพร่ 2020-08-20
ผู้พัฒนา testrtc.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://testrtc.com
URL หน้าช่วยเหลือ https://testrtc.com/docs
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Quickly collect and analyze WebRTC browser activity",
    "version": "1.7",
    "name": "analyzeRTC - visualize webrtc-internals",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icon-128.png",
        "injectScript.bundle.js"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}