WebSpy: explore and test website

Monitor HTTP GET/POST requests. XML/JSON Viewer/Formatter for request and response body. REST Client: send GET/POST/PATCH requests.

WebSpy: explore and test website란 무엇입니까?

WebSpy: explore and test website은(는) extensioncreatorsllc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Monitor HTTP GET/POST requests. XML/JSON Viewer/Formatter for request and response body. REST Client: send GET/POST/PATCH requests."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

WebSpy: explore and test website 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Allows to view all requests on any website, create and test custom HTTP requests.
You can edit all request and response headers and body in XML/JSON/HTML/TEXT format.

One of the best API testing and analysis tool.

Allows to send GET, POST, PUT, PATCH, DELETE requests.
Allows to repeat and edit any existing request.
Built-in JSON, XML, CSS, HTML Viewer/Formatter.

It's like a postman inside chrome.

Useful to optimize and test your website.                    

확장 프로그램 기본 정보

이름 WebSpy: explore and test website WebSpy: explore and test website
ID aedipmheomnpcbgmanofhaccebgapije
공식 URL https://chromewebstore.google.com/detail/webspy-explore-and-test-w/aedipmheomnpcbgmanofhaccebgapije
설명 Monitor HTTP GET/POST requests. XML/JSON Viewer/Formatter for request and response body. REST Client: send GET/POST/PATCH requests.
파일 크기 130 KB
설치 횟수 12,203
현재 버전 1.3.22
최근 업데이트 2019-08-28
출시 날짜 2019-08-27
평점 3.50/5 총 28 개의 평점
개발자 extensioncreatorsllc
결제 유형 free
개인정보 보호 정책 페이지 URL https://bornsecret.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebSpy: explore and test website",
    "version": "1.3.22",
    "description": "Monitor HTTP GET\/POST requests. XML\/JSON Viewer\/Formatter for request and response body. REST Client: send GET\/POST\/PATCH requests.",
    "icons": {
        "16": "images\/spy16.png",
        "32": "images\/spy32.png",
        "48": "images\/spy48.png",
        "128": "images\/spy128.png"
    },
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start",
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}