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.
Was ist WebSpy: explore and test website?
WebSpy: explore and test website ist eine Chrome-Erweiterung, die von extensioncreatorsllc entwickelt wurde, und ihr Hauptmerkmal ist "Monitor HTTP GET/POST requests. XML/JSON Viewer/Formatter for request and response body. REST Client: send GET/POST/PATCH requests.".
Erweiterungsscreenshots
WebSpy: explore and test website-Erweiterungs-CRX-Datei herunterladen
Laden Sie WebSpy: explore and test website-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
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.
Grundlegende Informationen zur Erweiterung
Name | WebSpy: explore and test website |
ID | aedipmheomnpcbgmanofhaccebgapije |
Offizielle URL | https://chromewebstore.google.com/detail/webspy-explore-and-test-w/aedipmheomnpcbgmanofhaccebgapije |
Beschreibung | Monitor HTTP GET/POST requests. XML/JSON Viewer/Formatter for request and response body. REST Client: send GET/POST/PATCH requests. |
Dateigröße | 130 KB |
Installationsanzahl | 12,203 |
Aktuelle Version | 1.3.22 |
Letztes Update | 2019-08-28 |
Veröffentlichungsdatum | 2019-08-27 |
Bewertung | 3.50/5 Insgesamt 28 Bewertungen |
Entwickler | extensioncreatorsllc |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://bornsecret.com/privacy.html |
Unterstützte Sprachen | 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": [ " |