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.
3 个用户3 个用户
扩展元数据
屏幕截图
关于此扩展
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(1 位用户)
权限与数据
必要权限:
- 获取浏览器标签页
- 访问您在 salesforce.com 域名的数据
- 访问您在 force.com 域名的数据
- 访问您在 lightning.force.com 域名的数据
- 访问您在 my.salesforce.com 域名的数据
- 访问您在 visualforce.com 域名的数据
- 访问您在 develop.my.salesforce.com 域名的数据
- 访问您在 salesforce-setup.com 域名的数据
- 访问您在 sandbox.my.salesforce.com 域名的数据
- 访问您在 scratch.my.salesforce.com 域名的数据
- 访问您在 login.salesforce.com 的数据
- 访问您在 test.salesforce.com 的数据
收集的数据:
- 开发者称此扩展无需收集数据。
更多信息
- 版本
- 4.3.0
- 大小
- 98.51 KB
- 上次更新
- 3 个月前 (2026年2月9日)
- 相关分类
- 隐私政策
- 阅读此附加组件的隐私政策
- 版本历史
- 添加到收藏集
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.