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

Co je Salesforce Flow List Search?

Salesforce Flow List Search je rozšíření Chrome vyvinuté https://dbarks.com, a jeho hlavní funkcí je „Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Salesforce Flow List Search

Stáhněte si soubory rozšíření Salesforce Flow List Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Salesforce Flow List Search Salesforce Flow List Search
ID ongbofgapfdiljadfkhloinmgohllbpe
Oficiální URL https://chromewebstore.google.com/detail/salesforce-flow-list-sear/ongbofgapfdiljadfkhloinmgohllbpe
Popis Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list
Velikost souboru 36.84 KB
Počet instalací 127
Aktuální Verze 1.2
Poslední Aktualizace 2023-09-20
Datum Vydání 2023-07-30
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://dbarks.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.dbarks.com
URL Stránky Zásad Ochrany Soukromí https://www.dbarks.com/privacy-policy
Podporované Jazyky 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*"
            ]
        }
    ]
}