Lightning Setup Search Focus

God Damnit Salesforce

什麼是Lightning Setup Search Focus?

Lightning Setup Search Focus是由toby.curtis開發的Chrome擴展程式,該擴展的主要功能是“God Damnit Salesforce”。

擴展截圖

screenshot

下載Lightning Setup Search Focus擴展crx文件

下載Lightning Setup Search Focus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Lightning Setup Search Focus Lightning Setup Search Focus
ID jmhpeccjmbkdopecndcncppjmpgphlep
官方網址 https://chromewebstore.google.com/detail/lightning-setup-search-fo/jmhpeccjmbkdopecndcncppjmpgphlep
簡介 God Damnit Salesforce
檔案大小 54.21 KB
安裝次數 145
目前版本 0.2.0
更新時間 2019-04-04
上架時間 2019-04-03
評分 5.00/5 共 5 次評分
開發者 toby.curtis
付費類型 free
支援的語言 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\/*"
            ]
        }
    ]
}