salesforce-tool
Clear all debug logs.
salesforce-toolคืออะไร?
salesforce-tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pankajmehra.in และคุณลักษณะหลักของมันคือ "Clear all debug logs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย salesforce-tool
ดาวน์โหลดไฟล์ส่วนขยาย salesforce-tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Add a "Delete Entire Logs" button on delete debug log section that delete all the logs in one click Add a "Add Currrent User" button to add current logged in user as debug user. Add a "Code Coverage" button to Edit View of ApexClass to show coverage. Add Option "Search Salesforce" in context menu to search selected item Demo : http://screencast.com/t/i3g9LhhGAU
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | salesforce-tool |
ID | jnflefkepapddpkpiaghionnflkhfjmp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/salesforce-tool/jnflefkepapddpkpiaghionnflkhfjmp |
คำอธิบาย | Clear all debug logs. |
ขนาดไฟล์ | 48 KB |
จำนวนการติดตั้ง | 3,612 |
เวอร์ชันปัจจุบัน | 4.2 |
อัปเดตครั้งล่าสุด | 2015-10-01 |
วันที่เผยแพร่ | 2015-10-01 |
คะแนน | 4.53/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | https://pankajmehra.in |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "event.js" ] }, "browser_action": { "default_icon": "icon_cloud_blue.gif" }, "content_scripts": [ { "js": [ "jquery.min.js", "forcetk.js", "contentscript.js" ], "matches": [ "https:\/\/*.force.com\/*", "https:\/\/*.salesforce.com\/*" ], "run_at": "document_end" } ], "description": "Clear all debug logs.", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkV7NKklek34x4eCfKilMZknqd0yxsNh4zthuEyPNjm6mXdPU86+2mu25wG2eYfXXkexp\/GjxXexnTtEE9s93nW7z1cYYFiInXvOMDXpul4amLOeQE5WWsSftjcOFRcwSqx4K9Y+A7Cqqi2tw8sUkxZBgnfqO1pbOxilp6zfrK3Xk81lWeI\/l9Xiu3wpni8fx0u6Ndk3SgKI5WQwGOp8ZYRacsifsm9wuVV189NE+Gy3v\/sH2IxSEl\/Iu8c510SfBVme3OOuJceZY7z+\/jmbLzJoGvBOiFYBYZCxgZ82Jbk3SkWhfXNVEOkBp1\/iXX\/k6wOdqyCPYgtLxHQFiQ6zi9QIDAQAB", "manifest_version": 2, "name": "salesforce-tool", "permissions": [ " |