analyzeRTC - visualize webrtc-internals

Quickly collect and analyze WebRTC browser activity

analyzeRTC - visualize webrtc-internals란 무엇입니까?

analyzeRTC - visualize webrtc-internals은(는) testrtc.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly collect and analyze WebRTC browser activity"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

analyzeRTC - visualize webrtc-internals 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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