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.
Wat is WebSpy: explore and test website?
WebSpy: explore and test website is een Chrome-extensie ontwikkeld door extensioncreatorsllc, en de belangrijkste functie is "Monitor HTTP GET/POST requests. XML/JSON Viewer/Formatter for request and response body. REST Client: send GET/POST/PATCH requests.".
Extensie Screenshots
Download het CRX-bestand van de extensie WebSpy: explore and test website
Download WebSpy: explore and test website-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | WebSpy: explore and test website |
ID | aedipmheomnpcbgmanofhaccebgapije |
Officiële URL | https://chromewebstore.google.com/detail/webspy-explore-and-test-w/aedipmheomnpcbgmanofhaccebgapije |
Beschrijving | Monitor HTTP GET/POST requests. XML/JSON Viewer/Formatter for request and response body. REST Client: send GET/POST/PATCH requests. |
Bestandsgrootte | 130 KB |
Aantal Installaties | 12,203 |
Huidige Versie | 1.3.22 |
Laatst Bijgewerkt | 2019-08-28 |
Publicatiedatum | 2019-08-27 |
Beoordeling | 3.50/5 Totaal 28 Beoordelingen |
Ontwikkelaar | extensioncreatorsllc |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://bornsecret.com/privacy.html |
Ondersteunde Talen | 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": [ " |