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
由 1 位評論者給出 0 分
權限與資料
必要權限:
- 存取瀏覽器分頁
- 存取您在 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.