Salesforce Utility
Utility tools for Salesforce
What is Salesforce Utility?
Salesforce Utility is a Chrome extension developed by Matthew, and its main feature is "Utility tools for Salesforce".
Download Salesforce Utility Extension CRX File
Download Salesforce Utility 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
Current features: v2.3.1 - Check all and uncheck all Read Only/Edit/Enabled in Permission Sets v2.3 - Check all and uncheck all Read Only/Edit in Field Level Security in Profiles v2.2.3 - View all APEX classes at once - View all triggers at once - View all VisualForce Pages at once - Increase APEX Class coding height - Static warning bar at top of page in production environment
Extension Basic Information
Name | Salesforce Utility |
ID | dlfabakdfnfmndnnmnmkebjhoaenkimp |
Official URL | https://chromewebstore.google.com/detail/salesforce-utility/dlfabakdfnfmndnnmnmkebjhoaenkimp |
Description | Utility tools for Salesforce |
File Size | 89.7 KB |
Installation Count | 119 |
Current Version | 2.3.4 |
Last Updated | 2017-01-03 |
Publish Date | 2017-01-03 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Matthew |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Salesforce Utility", "description": "Utility tools for Salesforce", "version": "2.3.4", "permissions": [ "webRequest", "https:\/\/*.salesforce.com\/*", "http:\/\/*.salesforce.com\/*" ], "icons": { "16": "logo.jpg", "48": "logo.jpg", "128": "logo.jpg" }, "page_action": { "default_icon": "logo.jpg" }, "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/*", "http:\/\/*.salesforce.com\/*" ], "js": [ "jquery\/jquery.js", "content-script.js" ] } ] } |