Lightning Setup Search Focus

God Damnit Salesforce

Qu'est-ce que Lightning Setup Search Focus ?

Lightning Setup Search Focus est une extension Chrome développée par toby.curtis, et sa fonction principale est "God Damnit Salesforce".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lightning Setup Search Focus

Téléchargez les fichiers d'extension Lightning Setup Search Focus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Lightning Setup Search Focus Lightning Setup Search Focus
ID jmhpeccjmbkdopecndcncppjmpgphlep
URL Officiel https://chromewebstore.google.com/detail/lightning-setup-search-fo/jmhpeccjmbkdopecndcncppjmpgphlep
Description God Damnit Salesforce
Taille du Fichier 54.21 KB
Nombre d'Installations 145
Version Actuelle 0.2.0
Dernière Mise à Jour 2019-04-04
Date de Publication 2019-04-03
Évaluation 5.00/5 Total 5 Évaluations
Développeur toby.curtis
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}