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
Wat is Salesforce Flow List Search?
Salesforce Flow List Search is een Chrome-extensie ontwikkeld door https://dbarks.com, en de belangrijkste functie is "Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list".
Extensie Screenshots
Download het CRX-bestand van de extensie Salesforce Flow List Search
Download Salesforce Flow List Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Salesforce Flow List Search |
ID | ongbofgapfdiljadfkhloinmgohllbpe |
Officiële URL | https://chromewebstore.google.com/detail/salesforce-flow-list-sear/ongbofgapfdiljadfkhloinmgohllbpe |
Beschrijving | Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list |
Bestandsgrootte | 36.84 KB |
Aantal Installaties | 127 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2023-09-20 |
Publicatiedatum | 2023-07-30 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://dbarks.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.dbarks.com |
URL van de Privacybeleid Pagina | https://www.dbarks.com/privacy-policy |
Ondersteunde Talen | 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*" ] } ] } |