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

O que é Salesforce Flow List Search?

Salesforce Flow List Search é uma extensão do Chrome desenvolvida por https://dbarks.com, e sua principal característica é "Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Salesforce Flow List Search

Baixe arquivos de extensão Salesforce Flow List Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Salesforce Flow List Search Salesforce Flow List Search
ID ongbofgapfdiljadfkhloinmgohllbpe
URL Oficial https://chromewebstore.google.com/detail/salesforce-flow-list-sear/ongbofgapfdiljadfkhloinmgohllbpe
Descrição Adds a name search on the salesforce flows screen in lightning and auto scroll to reveal all flows in the list
Tamanho do Arquivo 36.84 KB
Contagem de Instalações 127
Versão Atual 1.2
Última Atualização 2023-09-20
Data de Publicação 2023-07-30
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://dbarks.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.dbarks.com
URL da Página de Política de Privacidade https://www.dbarks.com/privacy-policy
Idiomas Suportados 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*"
            ]
        }
    ]
}