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

Qu'est-ce que Salesforce Flow List Search ?

Salesforce Flow List Search est une extension Chrome développée par https://dbarks.com, et sa fonction principale est "Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Salesforce Flow List Search

Téléchargez les fichiers d'extension Salesforce Flow List Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Salesforce Flow List Search Salesforce Flow List Search
ID ongbofgapfdiljadfkhloinmgohllbpe
URL Officiel 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
Taille du Fichier 36.84 KB
Nombre d'Installations 127
Version Actuelle 1.2
Dernière Mise à Jour 2023-09-20
Date de Publication 2023-07-30
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://dbarks.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.dbarks.com
URL de la Page de Politique de Confidentialité https://www.dbarks.com/privacy-policy
Langues Prises en Charge 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*"
            ]
        }
    ]
}