Salesforce Debug Pro 제작자: Harshit Saxena
Debug Salesforce like a pro. Instant N+1 query detection, real-time governor limits tracking, smart multi-org management with one-click login. Built for Apex developers.
사용자 4명사용자 4명
확장 메타 데이터
스크린샷
정보
Stop switching between browser tabs and Developer Console. Salesforce Debug Log Analyzer brings powerful debugging tools right into your browser.
INSTANT LOG ANALYSIS:
• One-Click Log Fetch - Access debug logs instantly from the toolbar popup
• Smart Parsing - Automatically extracts SOQL queries, DML operations, and method calls
• Search & Filter - Quickly find specific operations in large log files
• Syntax Highlighting - Easy-to-read log formatting with color-coded sections
N+1 QUERY DETECTION:
• Automatic Detection - Identifies SOQL queries executing inside loops
• Location Pinpointing - Shows exact line numbers where problematic queries occur
• Performance Impact - See how many extra queries are being executed
• Fix Recommendations - Understand why the pattern is problematic
GOVERNOR LIMITS DASHBOARD:
• Real-Time Metrics - CPU time, heap size, SOQL queries, DML statements
• Visual Progress Bars - Instantly see how close you are to limits
• Threshold Warnings - Color-coded alerts when approaching limits
• Historical Comparison - Track limit usage across multiple log executions
MULTI-ORG MANAGEMENT:
• Credential Vault - Store logins for Production, Sandbox, and Scratch orgs
• One-Click Connect - Switch between orgs without re-entering credentials
• Smart Session Reuse - Automatically uses existing browser sessions (no security token needed!)
• Incognito Support - Open orgs in private windows to manage multiple sessions
• Color-Coded Orgs - Assign colors for quick visual identification
• Group Organization - Organize credentials by project, client, or team
EXPORT & SHARE:
• JSON Export - Export analysis results for documentation
• Credential Backup - Export org credentials for backup or team sharing
• Copy to Clipboard - Quick copy of connection details
BUILT FOR DEVELOPERS:
• Works with Lightning and Classic UI
• Supports all Salesforce editions
• No Salesforce package installation required
• Zero configuration - just log in and go
SECURITY & PRIVACY:
All data stays in YOUR browser. No external servers. No analytics. No tracking. Your credentials are encoded and stored locally using the browser's secure storage API.
Questions or issues? Visit: https://github.com/Harshit-Saxena/salesforce-debug-analyzer/issues
INSTANT LOG ANALYSIS:
• One-Click Log Fetch - Access debug logs instantly from the toolbar popup
• Smart Parsing - Automatically extracts SOQL queries, DML operations, and method calls
• Search & Filter - Quickly find specific operations in large log files
• Syntax Highlighting - Easy-to-read log formatting with color-coded sections
N+1 QUERY DETECTION:
• Automatic Detection - Identifies SOQL queries executing inside loops
• Location Pinpointing - Shows exact line numbers where problematic queries occur
• Performance Impact - See how many extra queries are being executed
• Fix Recommendations - Understand why the pattern is problematic
GOVERNOR LIMITS DASHBOARD:
• Real-Time Metrics - CPU time, heap size, SOQL queries, DML statements
• Visual Progress Bars - Instantly see how close you are to limits
• Threshold Warnings - Color-coded alerts when approaching limits
• Historical Comparison - Track limit usage across multiple log executions
MULTI-ORG MANAGEMENT:
• Credential Vault - Store logins for Production, Sandbox, and Scratch orgs
• One-Click Connect - Switch between orgs without re-entering credentials
• Smart Session Reuse - Automatically uses existing browser sessions (no security token needed!)
• Incognito Support - Open orgs in private windows to manage multiple sessions
• Color-Coded Orgs - Assign colors for quick visual identification
• Group Organization - Organize credentials by project, client, or team
EXPORT & SHARE:
• JSON Export - Export analysis results for documentation
• Credential Backup - Export org credentials for backup or team sharing
• Copy to Clipboard - Quick copy of connection details
BUILT FOR DEVELOPERS:
• Works with Lightning and Classic UI
• Supports all Salesforce editions
• No Salesforce package installation required
• Zero configuration - just log in and go
SECURITY & PRIVACY:
All data stays in YOUR browser. No external servers. No analytics. No tracking. Your credentials are encoded and stored locally using the browser's secure storage API.
Questions or issues? Visit: https://github.com/Harshit-Saxena/salesforce-debug-analyzer/issues
0명이 0점으로 평가함
권한 및 데이터
필수 권한:
- 브라우저 탭에 접근
- salesforce.com 도메인의 사이트에서 사용자의 데이터에 접근
- force.com 도메인의 사이트에서 사용자의 데이터에 접근
- lightning.force.com 도메인의 사이트에서 사용자의 데이터에 접근
- my.salesforce.com 도메인의 사이트에서 사용자의 데이터에 접근
- visualforce.com 도메인의 사이트에서 사용자의 데이터에 접근
- salesforce-setup.com 도메인의 사이트에서 사용자의 데이터에 접근
- develop.my.salesforce.com 도메인의 사이트에서 사용자의 데이터에 접근
- sandbox.my.salesforce.com 도메인의 사이트에서 사용자의 데이터에 접근
- scratch.my.salesforce.com 도메인의 사이트에서 사용자의 데이터에 접근
- login.salesforce.com에서 사용자의 데이터에 접근
- test.salesforce.com에서 사용자의 데이터에 접근
데이터 수집:
- 개발자가 이 확장 기능은 데이터 수집이 필요하지 않다고 합니다.
추가 정보
- 부가 기능 링크
- 버전
- 5.0.0
- 크기
- 133.67 KB
- 마지막 업데이트
- 7일 전 (2026년 5월 16일)
- 관련 카테고리
- 개인정보처리방침
- 이 부가 기능에 대한 개인정보처리방침 읽기
- 버전 목록
- 모음집에 추가
How to Test:
1. Log into any Salesforce org (you can use a free Developer Edition at developer.salesforce.com)
2. Click the extension icon
3. The extension will fetch and display debug logs from the connected org
Permissions Explained:
- cookies: Read Salesforce session cookie (sid) for API authentication
- storage: Save user preferences locally
- tabs: Detect active Salesforce tabs
- Host permissions: Make API calls to Salesforce REST API
Security Notes:
- All data stays local - no external servers
- Session IDs are never stored persistently
- Only activates on Salesforce domains
Build from Source:
npm install
npm run build:firefox
Source code included in the submission.