Built a Chrome side panel for inspecting + debugging Celigo (and NetSuite) — would love your feedback

Hey all,

I’ve spent quite a bit of time building a free Chrome extension for people working with Celigo and NetSuite:

It adds a side panel that switches automatically depending on whether you’re in Celigo or NetSuite. The goal is simple: reduce repetitive clicking, make debugging faster, and make production work a bit safer.

It’s currently in beta, and I’m sharing it here because I’d genuinely like feedback from other Celigo users.

What it does today

Inspector

Open a flow, export, import, connection or lookup and get a readable metadata card, field explanations, risk highlights and clickable related resources. You can also fetch a resource directly by ID.

Monitor

View run history, per-step jobs, per-record errors and HTTP request/response traces for adaptor errors, with links back into Celigo.

Ops checks

Run rule-based checks for things like disabled flows, stale runs, parallel page generators, authentication or environment mismatches, and backup freshness. It also includes a read-only connection ping and a confirmed Run Delta option.

Backup and documentation

Push an account’s integration configuration to GitHub, with progress logging and a commit hash. You can also create local snapshots and generate Markdown documentation for resources.

API console

Use a Postman-style REST console inside Celigo, using your current browser session. GET is the default, writes are gated, and it includes history, saved requests and copy-as-cURL.

NetSuite tools

Field ID overlay, including line-level fields, saved search split view, sticky headers, dark mode, copy internal ID and environment ribbon.

AI tab

Ask questions in plain language. The AI assistant uses read-oriented checks against your live environment, labels its evidence, and shows token usage/cost. It is bring-your-own-key.

Security

The part I suspect this community cares about most: it stores no Celigo or NetSuite credentials.

It uses your existing browser session, including the page’s CSRF context where needed. Backup secrets stay local and are not logged. Output is redacted by default. Since it is a browser extension, the code is also inspectable.

It is still beta, so feedback and bug reports are very welcome.

Full blog post:

Chrome extension:

Last time I shared this Chrome extension for NetSuite and Celigo (it auto-detects which one you're on). I really want this tool to be a swiss army knife with everything included so you do not have the need for extra extensions. I added some new features to the Netsuite Extension:

  • SuiteScript Search
  • Page Performance Checker
  • JSON Inspector
  • SuiteQL Runner
  • Field Highlighter — find any field on a record instantly
  • Saved Search input-field helper

It's read-only by default and runs on your existing logged-in session — no credentials stored, nothing sent anywhere.

Free here: https://chromewebstore.google.com/detail/teknuro-power-tools/fbclbmdlaofmojkhfmejnlhhgfmammji

If there is any other feature you would like to be included please let me know.





Any chance you could add it to the Firefox web store?

I think for now it

Unfortunately not at the moment. The extension currently uses Chrome-specific features, especially the side panel, which Firefox does not support in the same way.

I may look into a Firefox version later, but for now it is Chrome-only.