Lightning Setup Search Focus
God Damnit Salesforce
Co je Lightning Setup Search Focus?
Lightning Setup Search Focus je rozšíření Chrome vyvinuté toby.curtis, a jeho hlavní funkcí je „God Damnit Salesforce“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Lightning Setup Search Focus
Stáhněte si soubory rozšíření Lightning Setup Search Focus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Lightning Setup Search Focus |
ID | jmhpeccjmbkdopecndcncppjmpgphlep |
Oficiální URL | https://chromewebstore.google.com/detail/lightning-setup-search-fo/jmhpeccjmbkdopecndcncppjmpgphlep |
Popis | God Damnit Salesforce |
Velikost souboru | 54.21 KB |
Počet instalací | 145 |
Aktuální Verze | 0.2.0 |
Poslední Aktualizace | 2019-04-04 |
Datum Vydání | 2019-04-03 |
Hodnocení | 5.00/5 Celkem 5 Hodnocení |
Vývojář | toby.curtis |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } ] } |