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
官方URL 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\/*"
            ]
        }
    ]
}