Salesforce Lightning Admin Enhancer
Salesforce Admin Enhancer for lightning
What is Salesforce Lightning Admin Enhancer?
Salesforce Lightning Admin Enhancer is a Chrome extension developed by brettgil, and its main feature is "Salesforce Admin Enhancer for lightning".
Extension Screenshots
Download Salesforce Lightning Admin Enhancer Extension CRX File
Download Salesforce Lightning Admin Enhancer 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
Extension that adds helpful user experience features to Salesforce Lightning Setup for Admin. - Process Builder enhancements - stretch and resize the working properties pane - Reduce oversized Sandbox header - Favorite setup links - Place cursor in the quick find search box on page load to remove the need to click into focus
Extension Basic Information
Name | Salesforce Lightning Admin Enhancer |
ID | olomokophmlanmpfkejaijmgbihaemkl |
Official URL | https://chromewebstore.google.com/detail/salesforce-lightning-admi/olomokophmlanmpfkejaijmgbihaemkl |
Description | Salesforce Admin Enhancer for lightning |
File Size | 112 KB |
Installation Count | 96 |
Current Version | 0.4.0 |
Last Updated | 2022-03-23 |
Publish Date | 2020-07-09 |
Developer | brettgil |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/brettgil/Salesforce-Lightning-Admin-Enhancer |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Salesforce Lightning Admin Enhancer", "description": "Salesforce Admin Enhancer for lightning", "version": "0.4.0", "icons": { "16": "lightning_stylized_icon__1__icon.png", "48": "lightning_stylized_icon__1__icon.png", "128": "lightning_stylized_icon__1__icon.png" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.lightning.force.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.lightning.force.com\/*", "*:\/\/*.salesforce.com\/ui\/setup\/export\/*" ], "js": [ "jquery-3.3.1.min.js", "arrive.min.js", "actions.js" ], "all_frames": true } ], "options_ui": { "page": "options.html", "open_in_tab": true } } |