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
Salesforce Flow List Searchคืออะไร?
Salesforce Flow List Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dbarks.com และคุณลักษณะหลักของมันคือ "Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforce Flow List Search
ดาวน์โหลดไฟล์ส่วนขยาย Salesforce Flow List Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Salesforce Flow List Search |
ID | ongbofgapfdiljadfkhloinmgohllbpe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/salesforce-flow-list-sear/ongbofgapfdiljadfkhloinmgohllbpe |
คำอธิบาย | Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list |
ขนาดไฟล์ | 36.84 KB |
จำนวนการติดตั้ง | 127 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2023-09-20 |
วันที่เผยแพร่ | 2023-07-30 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://dbarks.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.dbarks.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.dbarks.com/privacy-policy |
ภาษาที่รองรับ | 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*" ] } ] } |