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 人のレビュー担当者が 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
- 最終更新日
- 1ヶ月前 (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.