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
Co to jest Salesforce Flow List Search?
Salesforce Flow List Search to rozszerzenie Chrome opracowane przez https://dbarks.com, a jego główną funkcją jest „Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Salesforce Flow List Search
Pobierz pliki rozszerzeń Salesforce Flow List Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Salesforce Flow List Search |
ID | ongbofgapfdiljadfkhloinmgohllbpe |
Oficjalny URL | https://chromewebstore.google.com/detail/salesforce-flow-list-sear/ongbofgapfdiljadfkhloinmgohllbpe |
Opis | Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list |
Rozmiar pliku | 36.84 KB |
Liczba instalacji | 127 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2023-09-20 |
Data Publikacji | 2023-07-30 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | https://dbarks.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.dbarks.com |
Adres URL Strony Polityki Prywatności | https://www.dbarks.com/privacy-policy |
Obsługiwane Języki | 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*" ] } ] } |