Lightning Setup Search Focus
God Damnit Salesforce
Wat is Lightning Setup Search Focus?
Lightning Setup Search Focus is een Chrome-extensie ontwikkeld door toby.curtis, en de belangrijkste functie is "God Damnit Salesforce".
Extensie Screenshots
Download het CRX-bestand van de extensie Lightning Setup Search Focus
Download Lightning Setup Search Focus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Lightning Setup Search Focus |
ID | jmhpeccjmbkdopecndcncppjmpgphlep |
Officiële URL | https://chromewebstore.google.com/detail/lightning-setup-search-fo/jmhpeccjmbkdopecndcncppjmpgphlep |
Beschrijving | God Damnit Salesforce |
Bestandsgrootte | 54.21 KB |
Aantal Installaties | 145 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2019-04-04 |
Publicatiedatum | 2019-04-03 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | toby.curtis |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |