Lightning Setup Search Focus

God Damnit Salesforce

Cos'è Lightning Setup Search Focus?

Lightning Setup Search Focus è un'estensione di Chrome sviluppata da toby.curtis, e la sua funzione principale è "God Damnit Salesforce".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Lightning Setup Search Focus

Scarica i file di estensione Lightning Setup Search Focus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Lightning Setup Search Focus Lightning Setup Search Focus
ID jmhpeccjmbkdopecndcncppjmpgphlep
URL Ufficiale https://chromewebstore.google.com/detail/lightning-setup-search-fo/jmhpeccjmbkdopecndcncppjmpgphlep
Descrizione God Damnit Salesforce
Dimensione del File 54.21 KB
Conteggio Installazioni 145
Versione Corrente 0.2.0
Ultimo Aggiornamento 2019-04-04
Data di Pubblicazione 2019-04-03
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore toby.curtis
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}