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

Cos'è Salesforce Flow List Search?

Salesforce Flow List Search è un'estensione di Chrome sviluppata da https://dbarks.com, e la sua funzione principale è "Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Salesforce Flow List Search

Scarica i file di estensione Salesforce Flow List Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Salesforce Flow List Search Salesforce Flow List Search
ID ongbofgapfdiljadfkhloinmgohllbpe
URL Ufficiale https://chromewebstore.google.com/detail/salesforce-flow-list-sear/ongbofgapfdiljadfkhloinmgohllbpe
Descrizione Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list
Dimensione del File 36.84 KB
Conteggio Installazioni 127
Versione Corrente 1.2
Ultimo Aggiornamento 2023-09-20
Data di Pubblicazione 2023-07-30
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://dbarks.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.dbarks.com
URL della Pagina della Politica sulla Privacy https://www.dbarks.com/privacy-policy
Lingue Supportate 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*"
            ]
        }
    ]
}