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

Hvad er Salesforce Flow List Search?

Salesforce Flow List Search er en Chrome-udvidelse udviklet af https://dbarks.com, og dens hovedfunktion er "Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list".

Udvidelsesskærmbilleder

screenshot

Download Salesforce Flow List Search-udvidelses-CRX-fil

Download Salesforce Flow List Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Salesforce Flow List Search Salesforce Flow List Search
ID ongbofgapfdiljadfkhloinmgohllbpe
Officiel URL https://chromewebstore.google.com/detail/salesforce-flow-list-sear/ongbofgapfdiljadfkhloinmgohllbpe
Beskrivelse Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list
Filstørrelse 36.84 KB
Antal Installationer 127
Nuværende Version 1.2
Senest Opdateret 2023-09-20
Udgivelsesdato 2023-07-30
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://dbarks.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.dbarks.com
URL til Fortrolighedspolitik Side https://www.dbarks.com/privacy-policy
Understøttede Sprog 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*"
            ]
        }
    ]
}