Salesforce smart setup navigation
Tool designed to make salesforce setup navigation much easier. It allows to add more tabs to setup quick navbar.
Salesforce smart setup navigation क्या है?
Salesforce smart setup navigation przemek.gonda द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tool designed to make salesforce setup navigation much easier. It allows to add more tabs to setup quick navbar."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Salesforce smart setup navigation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Salesforce smart setup navigation |
ID | pcfcnkkjfmcncimnkdigpkjhagmdkbnj |
आधिकारिक URL | https://chromewebstore.google.com/detail/salesforce-smart-setup-na/pcfcnkkjfmcncimnkdigpkjhagmdkbnj |
विवरण | Tool designed to make salesforce setup navigation much easier. It allows to add more tabs to setup quick navbar. |
फ़ाइल का आकार | 7.06 KB |
स्थापना संख्या | 142 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2022-04-28 |
प्रकाशन तिथि | 2022-04-23 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | przemek.gonda |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |