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是由https://dbarks.com開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
官方網址 | 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*" ] } ] } |