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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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'"
}