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

What is Salesforce Flow List Search?

Salesforce Flow List Search is a Chrome extension developed by https://dbarks.com, and its main feature is "Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list".

Extension Screenshots

screenshot

Download Salesforce Flow List Search Extension CRX File

Download Salesforce Flow List Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Salesforce Flow List Search Salesforce Flow List Search
ID ongbofgapfdiljadfkhloinmgohllbpe
Official URL https://chromewebstore.google.com/detail/salesforce-flow-list-sear/ongbofgapfdiljadfkhloinmgohllbpe
Description Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list
File Size 36.84 KB
Installation Count 127
Current Version 1.2
Last Updated 2023-09-20
Publish Date 2023-07-30
Rating 5.00/5 Total 3 Ratings
Developer https://dbarks.com
Email [email protected]
Payment Type free
Extension Website https://www.dbarks.com
Privacy Policy Page URL https://www.dbarks.com/privacy-policy
Supported Languages 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*"
            ]
        }
    ]
}