Lightning Setup Search Focus

God Damnit Salesforce

Lightning Setup Search Focus là gì?

Lightning Setup Search Focus là một tiện ích mở rộng Chrome được phát triển bởi toby.curtis, và tính năng chính của nó là "God Damnit Salesforce".

Ả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 Lightning Setup Search Focus

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

                        When you load the Setup menu in Salesforce Lightning Experience, the search box is focused, and then for some reason loses focus quickly. 

So you may start to type something only to then realize that the input became unfocussed, and you need to retype it.

This is frustrating, so this extension waits for the input to unfocus, and then refocuses it.                    

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

Tên Lightning Setup Search Focus Lightning Setup Search Focus
ID jmhpeccjmbkdopecndcncppjmpgphlep
URL Chính Thức https://chromewebstore.google.com/detail/lightning-setup-search-fo/jmhpeccjmbkdopecndcncppjmpgphlep
Mô tả God Damnit Salesforce
Kích Thước Tệp 54.21 KB
Số Lần Cài Đặt 145
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2019-04-04
Ngày Phát Hành 2019-04-03
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển toby.curtis
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lightning Setup Search Focus",
    "version": "0.2.0",
    "description": "God Damnit Salesforce",
    "browser_action": {
        "default_icon": "benioff.png"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/*.lightning.force.com\/lightning\/setup\/*"
            ]
        }
    ]
}