Lightning Setup Search Focus
God Damnit Salesforce
Hvad er Lightning Setup Search Focus?
Lightning Setup Search Focus er en Chrome-udvidelse udviklet af toby.curtis, og dens hovedfunktion er "God Damnit Salesforce".
Udvidelsesskærmbilleder
Download Lightning Setup Search Focus-udvidelses-CRX-fil
Download Lightning Setup Search Focus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Lightning Setup Search Focus |
ID | jmhpeccjmbkdopecndcncppjmpgphlep |
Officiel URL | https://chromewebstore.google.com/detail/lightning-setup-search-fo/jmhpeccjmbkdopecndcncppjmpgphlep |
Beskrivelse | God Damnit Salesforce |
Filstørrelse | 54.21 KB |
Antal Installationer | 145 |
Nuværende Version | 0.2.0 |
Senest Opdateret | 2019-04-04 |
Udgivelsesdato | 2019-04-03 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | toby.curtis |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } ] } |