salesforce-tool
Clear all debug logs.
What is salesforce-tool?
salesforce-tool is a Chrome extension developed by https://pankajmehra.in, and its main feature is "Clear all debug logs.".
Extension Screenshots
Download salesforce-tool Extension CRX File
Download salesforce-tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | jnflefkepapddpkpiaghionnflkhfjmp |
| Official URL | https://chromewebstore.google.com/detail/salesforce-tool/jnflefkepapddpkpiaghionnflkhfjmp |
| Description | Clear all debug logs. |
| File Size | 48 KB |
| Installation Count | 3,612 |
| Current Version | 4.2 |
| Last Updated | 2015-10-01 |
| Publish Date | 2015-10-01 |
| Rating | 4.53/5 Total 15 Ratings |
| Developer | https://pankajmehra.in |
| Payment Type | free |
| Supported Languages | 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": [
" | |