Lightning Setup Search Focus
God Damnit Salesforce
What is Lightning Setup Search Focus?
Lightning Setup Search Focus is a Chrome extension developed by toby.curtis, and its main feature is "God Damnit Salesforce".
Extension Screenshots
Download Lightning Setup Search Focus Extension CRX File
Download Lightning Setup Search Focus 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
When you load the Setup menu in Salesforce Lightning Experience, the search box is focused, and then for some reason loses focus quickly. So you may start to type something only to then realize that the input became unfocussed, and you need to retype it. This is frustrating, so this extension waits for the input to unfocus, and then refocuses it.
Extension Basic Information
Name | Lightning Setup Search Focus |
ID | jmhpeccjmbkdopecndcncppjmpgphlep |
Official URL | https://chromewebstore.google.com/detail/lightning-setup-search-fo/jmhpeccjmbkdopecndcncppjmpgphlep |
Description | God Damnit Salesforce |
File Size | 54.21 KB |
Installation Count | 145 |
Current Version | 0.2.0 |
Last Updated | 2019-04-04 |
Publish Date | 2019-04-03 |
Rating | 5.00/5 Total 5 Ratings |
Developer | toby.curtis |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lightning Setup Search Focus", "version": "0.2.0", "description": "God Damnit Salesforce", "browser_action": { "default_icon": "benioff.png" }, "content_scripts": [ { "js": [ "script.js" ], "matches": [ "https:\/\/*.lightning.force.com\/lightning\/setup\/*" ] } ] } |