Lightning Setup Search Focus
God Damnit Salesforce
Apa itu Lightning Setup Search Focus?
Lightning Setup Search Focus adalah ekstensi Chrome yang dikembangkan oleh toby.curtis, dan fitur utamanya adalah "God Damnit Salesforce".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Lightning Setup Search Focus
Unduh file ekstensi Lightning Setup Search Focus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Lightning Setup Search Focus |
ID | jmhpeccjmbkdopecndcncppjmpgphlep |
URL Resmi | https://chromewebstore.google.com/detail/lightning-setup-search-fo/jmhpeccjmbkdopecndcncppjmpgphlep |
Deskripsi | God Damnit Salesforce |
Ukuran File | 54.21 KB |
Jumlah Instalasi | 145 |
Versi Saat Ini | 0.2.0 |
Terakhir Diperbarui | 2019-04-04 |
Tanggal Publikasi | 2019-04-03 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | toby.curtis |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } ] } |