analyzeRTC - visualize webrtc-internals

Quickly collect and analyze WebRTC browser activity

Wat is analyzeRTC - visualize webrtc-internals?

analyzeRTC - visualize webrtc-internals is een Chrome-extensie ontwikkeld door testrtc.com, en de belangrijkste functie is "Quickly collect and analyze WebRTC browser activity".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie analyzeRTC - visualize webrtc-internals

Download analyzeRTC - visualize webrtc-internals-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam analyzeRTC - visualize webrtc-internals analyzeRTC - visualize webrtc-internals
ID jmichaepiaolacmdlbngnoephpomigcm
Officiële URL https://chromewebstore.google.com/detail/analyzertc-visualize-webr/jmichaepiaolacmdlbngnoephpomigcm
Beschrijving Quickly collect and analyze WebRTC browser activity
Bestandsgrootte 116 KB
Aantal Installaties 1,107
Huidige Versie 1.7
Laatst Bijgewerkt 2021-02-23
Publicatiedatum 2020-08-20
Ontwikkelaar testrtc.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://testrtc.com
Help Pagina-URL https://testrtc.com/docs
Ondersteunde Talen 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'"
}