Salesforce Flow Navigator
Adds a Flow name filter to Salesforce's Flow page
Co je Salesforce Flow Navigator?
Salesforce Flow Navigator je rozšíření Chrome vyvinuté msg.pelleg, a jeho hlavní funkcí je „Adds a Flow name filter to Salesforce's Flow page“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Salesforce Flow Navigator
Stáhněte si soubory rozšíření Salesforce Flow Navigator 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í
The Flow Filter for Salesforce is a simple and useful Chrome extension that adds a filtering feature to the Salesforce Flow page. With this extension, you can filter your Flows based on different criteria such as name, created date, or last modified date. This can help you save time and find the specific Flows you need more easily.
Základní Informace o Rozšíření
Název | Salesforce Flow Navigator |
ID | gkladaobmalbjgnecilbajihgknfikdn |
Oficiální URL | https://chromewebstore.google.com/detail/salesforce-flow-navigator/gkladaobmalbjgnecilbajihgknfikdn |
Popis | Adds a Flow name filter to Salesforce's Flow page |
Velikost souboru | 80.02 KB |
Počet instalací | 55 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2023-04-20 |
Datum Vydání | 2023-04-19 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | msg.pelleg |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Salesforce Flow Navigator", "description": "Adds a Flow name filter to Salesforce's Flow page", "version": "1.0.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*.lightning.force.com\/lightning\/setup\/Flows\/home" ], "js": [ "modal-index.js" ], "css": [ "modal-index.css" ] } ], "icons": { "16": "resources\/icon16.png", "32": "resources\/icon32.png", "48": "resources\/icon48.png", "128": "resources\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "modal-index.css", "modal-index.html", "resources\/*.png" ], "matches": [ "https:\/\/*.lightning.force.com\/*" ] } ] } |