Salesforce Flow Navigator
Adds a Flow name filter to Salesforce's Flow page
What is Salesforce Flow Navigator?
Salesforce Flow Navigator is a Chrome extension developed by msg.pelleg, and its main feature is "Adds a Flow name filter to Salesforce's Flow page".
Extension Screenshots
Download Salesforce Flow Navigator Extension CRX File
Download Salesforce Flow Navigator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Salesforce Flow Navigator |
ID | gkladaobmalbjgnecilbajihgknfikdn |
Official URL | https://chromewebstore.google.com/detail/salesforce-flow-navigator/gkladaobmalbjgnecilbajihgknfikdn |
Description | Adds a Flow name filter to Salesforce's Flow page |
File Size | 80.02 KB |
Installation Count | 55 |
Current Version | 1.0.0 |
Last Updated | 2023-04-20 |
Publish Date | 2023-04-19 |
Rating | 5.00/5 Total 3 Ratings |
Developer | msg.pelleg |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |