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

Vad är Salesforce Flow List Search?

Salesforce Flow List Search är en Chrome-tillägg utvecklad av https://dbarks.com, och dess huvudfunktion är "Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list".

Tilläggsskärmbilder

screenshot

Ladda ner Salesforce Flow List Search-förlängningens CRX-fil

Ladda ner Salesforce Flow List Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Salesforce Flow List Search Salesforce Flow List Search
ID ongbofgapfdiljadfkhloinmgohllbpe
Officiell webbadress https://chromewebstore.google.com/detail/salesforce-flow-list-sear/ongbofgapfdiljadfkhloinmgohllbpe
Beskrivning Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list
Filstorlek 36.84 KB
Antal Installationer 127
Aktuell Version 1.2
Senast Uppdaterad 2023-09-20
Publiceringsdatum 2023-07-30
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://dbarks.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.dbarks.com
URL till Sekretesspolicy Sidan https://www.dbarks.com/privacy-policy
Stödda Språk 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*"
            ]
        }
    ]
}