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 |
官方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*" ] } ] } |