Lightning Setup Search Focus

God Damnit Salesforce

Co to jest Lightning Setup Search Focus?

Lightning Setup Search Focus to rozszerzenie Chrome opracowane przez toby.curtis, a jego główną funkcją jest „God Damnit Salesforce”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Lightning Setup Search Focus

Pobierz pliki rozszerzeń Lightning Setup Search Focus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Lightning Setup Search Focus Lightning Setup Search Focus
ID jmhpeccjmbkdopecndcncppjmpgphlep
Oficjalny URL https://chromewebstore.google.com/detail/lightning-setup-search-fo/jmhpeccjmbkdopecndcncppjmpgphlep
Opis God Damnit Salesforce
Rozmiar pliku 54.21 KB
Liczba instalacji 145
Aktualna Wersja 0.2.0
Ostatnia Aktualizacja 2019-04-04
Data Publikacji 2019-04-03
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper toby.curtis
Typ Płatności free
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}