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\/*"
            ]
        }
    ]
}