Log Scanner
Log Scanner - This tool will help to scan debug log for SOQL queries and tally up the utilization of SOQL queries.
Log Scannerคืออะไร?
Log Scanner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Abhinav Swaroop Saxena และคุณลักษณะหลักของมันคือ "Log Scanner - This tool will help to scan debug log for SOQL queries and tally up the utilization of SOQL queries."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Log Scanner
ดาวน์โหลดไฟล์ส่วนขยาย Log Scanner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
SFDC Log Scanner tool is a 'Google Chrome' extension built with Javascript which eliminates human efforts while scanning debug log to look at SOQL/sObject utilization. As a Salesforce developer, we do come across scenarios where we want to to look at SOQL/sObject utilization in the Salesforce debug log. This tool helps to scan the debug log for SOQL queries and provides the summary of all the SOQL queries utilization in the debug log. Along with this, the tool will also provide the count of each sObject referred in the SOQL query. And this works for lightning too!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Log Scanner |
ID | gmoaoplkknaaeogojpllagppknojbikg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/log-scanner/gmoaoplkknaaeogojpllagppknojbikg |
คำอธิบาย | Log Scanner - This tool will help to scan debug log for SOQL queries and tally up the utilization of SOQL queries. |
ขนาดไฟล์ | 90.38 KB |
จำนวนการติดตั้ง | 43 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-10-11 |
วันที่เผยแพร่ | 2020-10-07 |
คะแนน | 5.00/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | Abhinav Swaroop Saxena |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "author": "Abhinav Swaroop Saxena", "name": "Log Scanner", "version": "1.0", "manifest_version": 2, "description": "Log Scanner - This tool will help to scan debug log for SOQL queries and tally up the utilization of SOQL queries.", "icons": { "48": "img\/icon128_log-scanner.jpg", "128": "img\/icon128_log-scanner.jpg" }, "browser_action": { "default_icon": "img\/icon128_log-scanner.jpg" }, "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/p\/setup\/layout\/ApexDebugLogDetailEdit\/d*" ], "css": [ "css\/bootstrap.min.css" ], "js": [ "js\/jquery.min.js", "js\/bootstrap.min.js", "js\/popper.min.js", "js\/localScript.js" ], "all_frames": true } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |