ErrorsSpy

Track console & network issues and download their report files.

ErrorsSpy란 무엇입니까?

ErrorsSpy은(는) felice.geracitano에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track console & network issues and download their report files."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ErrorsSpy 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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)                    

확장 프로그램 기본 정보

이름 ErrorsSpy ErrorsSpy
ID opgdlobcibnnbjmebleccfokcmjjfjel
공식 URL https://chromewebstore.google.com/detail/errorsspy/opgdlobcibnnbjmebleccfokcmjjfjel
설명 Track console & network issues and download their report files.
파일 크기 17.08 KB
설치 횟수 104
현재 버전 0.3
최근 업데이트 2018-02-15
출시 날짜 2018-02-15
평점 4.50/5 총 2 개의 평점
개발자 felice.geracitano
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/FeliceGeracitano/ErrorsSpy
도움말 페이지 URL https://github.com/FeliceGeracitano/ErrorsSpy
지원되는 언어 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
}