Lightning Setup Search Focus

God Damnit Salesforce

Τι είναι το Lightning Setup Search Focus;

Το Lightning Setup Search Focus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον toby.curtis, και η κύρια λειτουργία του είναι "God Damnit Salesforce".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Lightning Setup Search Focus

Λήψη αρχείων επέκτασης Lightning Setup Search Focus σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Lightning Setup Search Focus Lightning Setup Search Focus
ID jmhpeccjmbkdopecndcncppjmpgphlep
Επίσημο URL https://chromewebstore.google.com/detail/lightning-setup-search-fo/jmhpeccjmbkdopecndcncppjmpgphlep
Περιγραφή God Damnit Salesforce
Μέγεθος Αρχείου 54.21 KB
Αριθμός Εγκαταστάσεων 145
Τρέχουσα Έκδοση 0.2.0
Τελευταία Ενημέρωση 2019-04-04
Ημερομηνία Δημοσίευσης 2019-04-03
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής toby.curtis
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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\/*"
            ]
        }
    ]
}