DEV Community

Avail404
Avail404

Posted on

What problem does this solve?

Trusted by 80+ developers across multiple countries on Chrome Web Store.

Switching between DevTools Network tab and Postman during debugging was slowing me down. I built API Sniffer Pro to capture requests directly inside DevTools and export them instantly to OpenAPI/Postman.

Example workflow

  1. Capture requests in DevTools
  2. Filter APIs by domain
  3. Replay failing requests
  4. Export to OpenAPI/Postman
  5. Share bug-report bundle with team

try this chrome extension

https://chromewebstore.google.com/detail/nmjlnpdkejlggndlhalhiegphjlbceni?utm_source=item-share-cb

Top comments (0)