analyzeRTC - visualize webrtc-internals

Quickly collect and analyze WebRTC browser activity

analyzeRTC - visualize webrtc-internals là gì?

analyzeRTC - visualize webrtc-internals là một tiện ích mở rộng Chrome được phát triển bởi testrtc.com, và tính năng chính của nó là "Quickly collect and analyze WebRTC browser activity".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng analyzeRTC - visualize webrtc-internals

Tải xuống các tệp mở rộng analyzeRTC - visualize webrtc-internals dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên analyzeRTC - visualize webrtc-internals analyzeRTC - visualize webrtc-internals
ID jmichaepiaolacmdlbngnoephpomigcm
URL Chính Thức https://chromewebstore.google.com/detail/analyzertc-visualize-webr/jmichaepiaolacmdlbngnoephpomigcm
Mô tả Quickly collect and analyze WebRTC browser activity
Kích Thước Tệp 116 KB
Số Lần Cài Đặt 1,107
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2021-02-23
Ngày Phát Hành 2020-08-20
Nhà Phát Triển testrtc.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://testrtc.com
URL Trang Trợ Giúp https://testrtc.com/docs
Ngôn Ngữ Được Hỗ Trợ 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'"
}