ErrorsSpy

Track console & network issues and download their report files.

What is ErrorsSpy?

ErrorsSpy is a Chrome extension developed by felice.geracitano, and its main feature is "Track console & network issues and download their report files.".

Extension Screenshots

screenshot
screenshot
screenshot

Download ErrorsSpy Extension CRX File

Download ErrorsSpy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name ErrorsSpy ErrorsSpy
ID opgdlobcibnnbjmebleccfokcmjjfjel
Official URL https://chromewebstore.google.com/detail/errorsspy/opgdlobcibnnbjmebleccfokcmjjfjel
Description Track console & network issues and download their report files.
File Size 17.08 KB
Installation Count 104
Current Version 0.3
Last Updated 2018-02-15
Publish Date 2018-02-15
Rating 4.50/5 Total 2 Ratings
Developer felice.geracitano
Email [email protected]
Payment Type free
Extension Website https://github.com/FeliceGeracitano/ErrorsSpy
Help Page URL https://github.com/FeliceGeracitano/ErrorsSpy
Supported Languages 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
}