Salesforce Flow List Search

Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list

Что такое Salesforce Flow List Search?

Salesforce Flow List Search - это расширение Chrome, разработанное https://dbarks.com, и его основная функция - "Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Salesforce Flow List Search

Скачайте файлы расширений Salesforce Flow List Search в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Adds a Flow Name search on the Salesforce flows screen (lightning only) and auto scroll to reveal all flows in the list. No more having to scroll through pages to get the flow you want and easy search.                    

Основная информация о расширении

Название Salesforce Flow List Search Salesforce Flow List Search
ID ongbofgapfdiljadfkhloinmgohllbpe
Официальный URL https://chromewebstore.google.com/detail/salesforce-flow-list-sear/ongbofgapfdiljadfkhloinmgohllbpe
Описание Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list
Размер файла 36.84 KB
Количество установок 127
Текущая Версия 1.2
Последнее Обновление 2023-09-20
Дата публикации 2023-07-30
Рейтинг 5.00/5 Всего 3 оценок
Разработчик https://dbarks.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.dbarks.com
URL страницы политики конфиденциальности https://www.dbarks.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Salesforce Flow List Search",
    "version": "1.2",
    "description": "Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery-3.7.0.min.js",
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/*.lightning.force.com\/lightning\/setup*"
            ]
        }
    ]
}