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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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*" ] } ] } |