Lightning Setup Search Focus

God Damnit Salesforce

Vad är Lightning Setup Search Focus?

Lightning Setup Search Focus är en Chrome-tillägg utvecklad av toby.curtis, och dess huvudfunktion är "God Damnit Salesforce".

Tilläggsskärmbilder

screenshot

Ladda ner Lightning Setup Search Focus-förlängningens CRX-fil

Ladda ner Lightning Setup Search Focus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Lightning Setup Search Focus Lightning Setup Search Focus
ID jmhpeccjmbkdopecndcncppjmpgphlep
Officiell webbadress https://chromewebstore.google.com/detail/lightning-setup-search-fo/jmhpeccjmbkdopecndcncppjmpgphlep
Beskrivning God Damnit Salesforce
Filstorlek 54.21 KB
Antal Installationer 145
Aktuell Version 0.2.0
Senast Uppdaterad 2019-04-04
Publiceringsdatum 2019-04-03
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare toby.curtis
Betalningssätt free
Stödda Språk 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\/*"
            ]
        }
    ]
}