Salesforce smart setup navigation

Tool designed to make salesforce setup navigation much easier. It allows to add more tabs to setup quick navbar.

O que é Salesforce smart setup navigation?

Salesforce smart setup navigation é uma extensão do Chrome desenvolvida por przemek.gonda, e sua principal característica é "Tool designed to make salesforce setup navigation much easier. It allows to add more tabs to setup quick navbar.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Salesforce smart setup navigation

Baixe arquivos de extensão Salesforce smart setup navigation 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

                        If you want to have more tabs on your quick navigation bar in the Salesforce Setup page, this extensions is made for you. Instead of having only Home and Object Manager tabs you will have possibility to add most used tabs to that navbar. Just click the settings button and add more tabs, then order them as you wish. Don't be afraid to add too many tabs, as the navbar is horizontal scrollable from now.

Featured updates:
1.1.x - donate button to support further development
1.2.x -  settings are stored in chrome extension storage                    

Informações Básicas da Extensão

Nome Salesforce smart setup navigation Salesforce smart setup navigation
ID pcfcnkkjfmcncimnkdigpkjhagmdkbnj
URL Oficial https://chromewebstore.google.com/detail/salesforce-smart-setup-na/pcfcnkkjfmcncimnkdigpkjhagmdkbnj
Descrição Tool designed to make salesforce setup navigation much easier. It allows to add more tabs to setup quick navbar.
Tamanho do Arquivo 7.06 KB
Contagem de Instalações 142
Versão Atual 1.2.0
Última Atualização 2022-04-28
Data de Publicação 2022-04-23
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor przemek.gonda
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesforce smart setup navigation",
    "description": "Tool designed to make salesforce setup navigation much easier. It allows to add more tabs to setup quick navbar.",
    "version": "1.2.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.lightning.force.com\/lightning\/setup\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ]
}