Lightning Setup Search Focus
God Damnit Salesforce
O que é Lightning Setup Search Focus?
Lightning Setup Search Focus é uma extensão do Chrome desenvolvida por toby.curtis, e sua principal característica é "God Damnit Salesforce".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Lightning Setup Search Focus
Baixe arquivos de extensão Lightning Setup Search Focus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Lightning Setup Search Focus |
ID | jmhpeccjmbkdopecndcncppjmpgphlep |
URL Oficial | https://chromewebstore.google.com/detail/lightning-setup-search-fo/jmhpeccjmbkdopecndcncppjmpgphlep |
Descrição | God Damnit Salesforce |
Tamanho do Arquivo | 54.21 KB |
Contagem de Instalações | 145 |
Versão Atual | 0.2.0 |
Última Atualização | 2019-04-04 |
Data de Publicação | 2019-04-03 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | toby.curtis |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } ] } |