ErrorsSpy

Track console & network issues and download their report files.

Apa itu ErrorsSpy?

ErrorsSpy adalah ekstensi Chrome yang dikembangkan oleh felice.geracitano, dan fitur utamanya adalah "Track console & network issues and download their report files.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi ErrorsSpy

Unduh file ekstensi ErrorsSpy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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)                    

Informasi Dasar Ekstensi

Nama ErrorsSpy ErrorsSpy
ID opgdlobcibnnbjmebleccfokcmjjfjel
URL Resmi https://chromewebstore.google.com/detail/errorsspy/opgdlobcibnnbjmebleccfokcmjjfjel
Deskripsi Track console & network issues and download their report files.
Ukuran File 17.08 KB
Jumlah Instalasi 104
Versi Saat Ini 0.3
Terakhir Diperbarui 2018-02-15
Tanggal Publikasi 2018-02-15
Penilaian 4.50/5 Total 2 Penilaian
Pengembang felice.geracitano
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/FeliceGeracitano/ErrorsSpy
URL Halaman Bantuan https://github.com/FeliceGeracitano/ErrorsSpy
Bahasa yang Didukung 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
}