Salesforce Flow Navigator
Adds a Flow name filter to Salesforce's Flow page
Salesforce Flow Navigator là gì?
Salesforce Flow Navigator là một tiện ích mở rộng Chrome được phát triển bởi msg.pelleg, và tính năng chính của nó là "Adds a Flow name filter to Salesforce's Flow page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Salesforce Flow Navigator
Tải xuống các tệp mở rộng Salesforce Flow Navigator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Salesforce Flow Navigator |
ID | gkladaobmalbjgnecilbajihgknfikdn |
URL Chính Thức | https://chromewebstore.google.com/detail/salesforce-flow-navigator/gkladaobmalbjgnecilbajihgknfikdn |
Mô tả | Adds a Flow name filter to Salesforce's Flow page |
Kích Thước Tệp | 80.02 KB |
Số Lần Cài Đặt | 55 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-04-20 |
Ngày Phát Hành | 2023-04-19 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | msg.pelleg |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |