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 là gì?

Salesforce Flow List Search là một tiện ích mở rộng Chrome được phát triển bởi https://dbarks.com, và tính năng chính của nó là "Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Salesforce Flow List Search

Tải xuống các tệp mở rộng Salesforce Flow List Search 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Salesforce Flow List Search Salesforce Flow List Search
ID ongbofgapfdiljadfkhloinmgohllbpe
URL Chính Thức https://chromewebstore.google.com/detail/salesforce-flow-list-sear/ongbofgapfdiljadfkhloinmgohllbpe
Mô tả Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list
Kích Thước Tệp 36.84 KB
Số Lần Cài Đặt 127
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-09-20
Ngày Phát Hành 2023-07-30
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://dbarks.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.dbarks.com
URL Trang Chính Sách Bảo Mật https://www.dbarks.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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*"
            ]
        }
    ]
}