Salesforce smart setup navigation

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

Was ist Salesforce smart setup navigation?

Salesforce smart setup navigation ist eine Chrome-Erweiterung, die von przemek.gonda entwickelt wurde, und ihr Hauptmerkmal ist "Tool designed to make salesforce setup navigation much easier. It allows to add more tabs to setup quick navbar.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Salesforce smart setup navigation-Erweiterungs-CRX-Datei herunterladen

Laden Sie Salesforce smart setup navigation-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Salesforce smart setup navigation Salesforce smart setup navigation
ID pcfcnkkjfmcncimnkdigpkjhagmdkbnj
Offizielle URL https://chromewebstore.google.com/detail/salesforce-smart-setup-na/pcfcnkkjfmcncimnkdigpkjhagmdkbnj
Beschreibung Tool designed to make salesforce setup navigation much easier. It allows to add more tabs to setup quick navbar.
Dateigröße 7.06 KB
Installationsanzahl 142
Aktuelle Version 1.2.0
Letztes Update 2022-04-28
Veröffentlichungsdatum 2022-04-23
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler przemek.gonda
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}