Ask Krrish Contact Us
Home
Developer & Admin
Apex Triggers Mastery Asynchronous Apex SOQL & SOSL Governor Limits Flows & Process Builder
Advanced Topics
LWC Essentials Security & Sharing Managed Packages Deployment & CI/CD Integration Patterns
Resources About Ask Krrish Contact Us
Privacy Policy · SFX Support
Legal · Community Tool

Privacy Policy.

SFX Debug Analyzer Chrome Extension  ·  Last updated: April 2, 2026

SFX Debug Analyzer is a free, community-built tool for Salesforce developers — no commercial agenda, no hidden tracking. This page explains exactly what data the extension touches and why.

The short version: Your Salesforce credentials and debug logs never leave your browser except to your own org. AI analysis is opt-in. We don't collect, store, or sell personal data. This is a community tool — your trust is everything.

1 Who Built This

SFX Debug Analyzer was built by Krrish Joshi as part of SFXSupport.com — a non-commercial initiative dedicated to helping the Salesforce community. This tool exists to make debugging less painful for every Salesforce developer, for free, forever.

Questions or concerns: help@sfxsupport.com

2 What the Extension Accesses

  • Salesforce session cookie (sid) — Read from your browser to authenticate calls to your own Salesforce org. Never sent to our servers, never stored, never shared.
  • Org name & username — Read from the active Salesforce page to show in the extension UI. Stays in your browser only.
  • Apex debug logs — Fetched directly from your org via the Salesforce Tooling API. Stored temporarily in chrome.storage.local on your device. Cleared when you click "Clear" or uninstall the extension.

3 AI Analysis — Opt-in Only

When you click "Analyze with AI", the log text you selected is sent to our Cloudflare Worker proxy, which forwards it to the Anthropic Claude API.

  • Only the log content is sent — never your session, credentials, or org metadata.
  • Log content is not stored on our servers. It is processed in memory and immediately discarded.
  • A daily request limit (4/day) is enforced using an anonymous key derived from your username + current UTC date. It expires automatically after 24 hours.
  • Anthropic's own privacy policy applies to their processing: anthropic.com/legal/privacy

4 Optional Feedback & Ratings

If you choose to leave a rating or feedback comment, we may store:

  • Star rating (1–5)
  • Written comment — optional, max 500 characters
  • Name and email — only if you choose to provide them

This is used only to improve the tool. Never sold, never shared. To have your feedback removed, email help@sfxsupport.com.

5 Why Each Permission Is Needed

  • cookies — To read the Salesforce sid session cookie for Tooling API authentication. This is the only way to make authenticated API calls from a browser extension.
  • storage — To temporarily store captured logs on your local device.
  • tabs — To detect when you're on a Salesforce page and activate the extension.
  • alarms — To poll for new debug logs every minute while monitoring is active.
  • scripting / activeTab — To inject the sidebar panel into Salesforce pages.
  • host_permissions (*.salesforce.com, *.force.com) — Required to call the Salesforce Tooling API from your browser session.

6 Data Retention

  • Debug logs — Stored locally on your device via chrome.storage.local. Cleared on demand or on uninstall.
  • Rate-limit counters — Stored in Cloudflare KV with a 24-hour TTL. Auto-expire at midnight UTC.
  • Feedback — Kept until you request deletion.

7 Third-Party Services

Anthropic Claude — AI log analysis (opt-in only)
Cloudflare Workers & KV — API proxy and rate-limiting
Salesforce — Your own org, governed by your Salesforce agreement

8 Children's Privacy

This extension is for professional Salesforce developers and administrators. We do not knowingly collect data from anyone under 13.

9 Changes to This Policy

If we make meaningful changes, we'll note them in the extension's update changelog. Continued use after an update means you accept the revised policy.

Questions? Just ask.

This is a community tool. If anything here is unclear or you'd like your data removed, reach out directly — we read every message.

help@sfxsupport.com → Back to Home

Independent community initiative. Not affiliated with Salesforce.com, Inc.