ErrorsSpy

Track console & network issues and download their report files.

Was ist ErrorsSpy?

ErrorsSpy ist eine Chrome-Erweiterung, die von felice.geracitano entwickelt wurde, und ihr Hauptmerkmal ist "Track console & network issues and download their report files.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

ErrorsSpy-Erweiterungs-CRX-Datei herunterladen

Laden Sie ErrorsSpy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        ErrorsSpy is a chrome plugin that can examine your web page's issues and generate a console and network error report. It works with a simple click without opening chrome dev tools, in particular ErrorsSpy generates a CSV file with all console errors and HAR archives with all network failure. Handy test and debug tool that can improve quality for bug reporting.

Additional Info:
- ErrorsSpy does not work if chrome dev tool is open.
- I suggest to visualise your HAR archive on HTTP Archive Viewer (https://chrome.google.com/webstore/detail/http-archive-viewer/ebbdbdmhegaoooipfnjikefdpeoaidml)                    

Grundlegende Informationen zur Erweiterung

Name ErrorsSpy ErrorsSpy
ID opgdlobcibnnbjmebleccfokcmjjfjel
Offizielle URL https://chromewebstore.google.com/detail/errorsspy/opgdlobcibnnbjmebleccfokcmjjfjel
Beschreibung Track console & network issues and download their report files.
Dateigröße 17.08 KB
Installationsanzahl 104
Aktuelle Version 0.3
Letztes Update 2018-02-15
Veröffentlichungsdatum 2018-02-15
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler felice.geracitano
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/FeliceGeracitano/ErrorsSpy
Hilfeseite URL https://github.com/FeliceGeracitano/ErrorsSpy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ErrorsSpy",
    "description": "Track console & network issues and download their report files.",
    "version": "0.3",
    "permissions": [
        "debugger"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.green.png",
        "default_title": "ErrorsSpy"
    },
    "manifest_version": 2
}