Salesforce smart setup navigation
Tool designed to make salesforce setup navigation much easier. It allows to add more tabs to setup quick navbar.
Wat is Salesforce smart setup navigation?
Salesforce smart setup navigation is een Chrome-extensie ontwikkeld door przemek.gonda, en de belangrijkste functie is "Tool designed to make salesforce setup navigation much easier. It allows to add more tabs to setup quick navbar.".
Extensie Screenshots
Download het CRX-bestand van de extensie Salesforce smart setup navigation
Download Salesforce smart setup navigation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Salesforce smart setup navigation |
ID | pcfcnkkjfmcncimnkdigpkjhagmdkbnj |
Officiële URL | https://chromewebstore.google.com/detail/salesforce-smart-setup-na/pcfcnkkjfmcncimnkdigpkjhagmdkbnj |
Beschrijving | Tool designed to make salesforce setup navigation much easier. It allows to add more tabs to setup quick navbar. |
Bestandsgrootte | 7.06 KB |
Aantal Installaties | 142 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2022-04-28 |
Publicatiedatum | 2022-04-23 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | przemek.gonda |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |