Lightning Setup Search Focus
God Damnit Salesforce
Lightning Setup Search Focusとは何ですか?
Lightning Setup Search Focusはtoby.curtisによって開発されたChromeの拡張機能で、その主な機能は「God Damnit Salesforce」です。
拡張機能のスクリーンショット
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 |
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\/*" ] } ] } |