Salesforce smart setup navigation
Tool designed to make salesforce setup navigation much easier. It allows to add more tabs to setup quick navbar.
Qu'est-ce que Salesforce smart setup navigation ?
Salesforce smart setup navigation est une extension Chrome développée par przemek.gonda, et sa fonction principale est "Tool designed to make salesforce setup navigation much easier. It allows to add more tabs to setup quick navbar.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Salesforce smart setup navigation
Téléchargez les fichiers d'extension Salesforce smart setup navigation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Salesforce smart setup navigation |
ID | pcfcnkkjfmcncimnkdigpkjhagmdkbnj |
URL Officiel | https://chromewebstore.google.com/detail/salesforce-smart-setup-na/pcfcnkkjfmcncimnkdigpkjhagmdkbnj |
Description | Tool designed to make salesforce setup navigation much easier. It allows to add more tabs to setup quick navbar. |
Taille du Fichier | 7.06 KB |
Nombre d'Installations | 142 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2022-04-28 |
Date de Publication | 2022-04-23 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | przemek.gonda |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |