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 |
Eメール | [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*" ] } ] } |