Salesforce Flow List Search
Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list
Apa itu Salesforce Flow List Search?
Salesforce Flow List Search adalah ekstensi Chrome yang dikembangkan oleh https://dbarks.com, dan fitur utamanya adalah "Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Salesforce Flow List Search
Unduh file ekstensi Salesforce Flow List Search 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
Adds a Flow Name search on the Salesforce flows screen (lightning only) and auto scroll to reveal all flows in the list. No more having to scroll through pages to get the flow you want and easy search.
Informasi Dasar Ekstensi
Nama | Salesforce Flow List Search |
ID | ongbofgapfdiljadfkhloinmgohllbpe |
URL Resmi | https://chromewebstore.google.com/detail/salesforce-flow-list-sear/ongbofgapfdiljadfkhloinmgohllbpe |
Deskripsi | Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list |
Ukuran File | 36.84 KB |
Jumlah Instalasi | 127 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2023-09-20 |
Tanggal Publikasi | 2023-07-30 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | https://dbarks.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.dbarks.com |
URL Halaman Kebijakan Privasi | https://www.dbarks.com/privacy-policy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Salesforce Flow List Search", "version": "1.2", "description": "Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "lib\/jquery-3.7.0.min.js", "scripts\/content.js" ], "matches": [ "https:\/\/*.lightning.force.com\/lightning\/setup*" ] } ] } |