Privacy policy
View the Project on GitHub lcortez-code/walkme-jquery-privacy
Last updated: 9 August 2026
Nothing is collected by the developer. There is no server, no analytics, no error reporting, and no third-party script.
Two kinds of data are handled, both on your own machine, and the Chrome Web Store listing discloses both:
Both are described in full below.
When you use the panel, it reads the element you selected in DevTools — its HTML, the elements around it, and the chain of frames it sits in — from the page you have open. It works out a jQuery selector from that, in your browser, and shows it to you.
That page content is never sent anywhere. It is not stored, not logged, and not kept after you close DevTools.
Only your own settings, in the extension’s local storage on this machine:
No web page can read this. It is not synchronised to your other Chrome profiles. “Remove stored key” in the panel deletes all of it, immediately.
AI assist is off by default and the extension is fully functional without it. The selectors, the scores, the warnings, and the explanations are all worked out by fixed rules inside the extension, and no AI is involved in any of them.
If you switch AI assist on and supply your own Anthropic API key, then one thing
sends data off your machine: when you type a description of what you want to
target and press Read, that sentence and your API key are sent to
https://api.anthropic.com so the wording can be matched to one of the three
targeting options. Nothing else is sent — not the page, not the element you
selected, not the selector.
That request goes to Anthropic and nowhere else. The extension’s content security
policy names api.anthropic.com as the only permitted destination, so it is
enforced by the browser rather than by our good intentions. Anthropic’s handling
of that request is governed by their own privacy policy and the terms attached to
your API key, which is your account, not ours.
Switching AI assist off, or removing the key, stops this entirely.
The extension requests exactly one permission:
storage — to keep the settings listed above between sessions. It gives no
access to any web page.It requests no host permissions, runs no content scripts, and cannot read or change pages you are not actively inspecting in DevTools.
Raise an issue with the internal team that distributes this extension. Because nothing is collected, there is no stored personal data to request, correct, or delete beyond the settings on your own machine, which you can clear yourself from the panel or by removing the extension.