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
Τι είναι το Salesforce Flow List Search;
Το Salesforce Flow List Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://dbarks.com, και η κύρια λειτουργία του είναι "Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Salesforce Flow List Search
Λήψη αρχείων επέκτασης Salesforce Flow List Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Salesforce Flow List Search |
ID | ongbofgapfdiljadfkhloinmgohllbpe |
Επίσημο URL | https://chromewebstore.google.com/detail/salesforce-flow-list-sear/ongbofgapfdiljadfkhloinmgohllbpe |
Περιγραφή | Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list |
Μέγεθος Αρχείου | 36.84 KB |
Αριθμός Εγκαταστάσεων | 127 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2023-09-20 |
Ημερομηνία Δημοσίευσης | 2023-07-30 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://dbarks.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.dbarks.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.dbarks.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | 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*" ] } ] } |