Salesforce Easy Navigator

This extension will help you to navigate Salesforce's most used tools

Salesforce Easy Navigator क्या है?

Salesforce Easy Navigator Shakhawat Hossain द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will help you to navigate Salesforce's most used tools"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Salesforce Easy Navigator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        You can instantly go to Object manager, Developer console, Home, any Standard and Custom object, and many more with a single click.

You can also bookmark 10 of your most-used tools. This is the new feature. You need to enter the title and URL as below.
/lightning/setup/StaticResources/home
Then simply click the navigation button on the right side. Please watch the promo video to understand the whole concept.

You can navigate any standard and custom object by putting the object name in the input box of the Object section.

Now you don’t need to go Setup and search for a particular thing. You can directly go to your desired tools.

The good part of this extension is, it will work for non-English salesforce users as well.
Currently, it works only for Lightning.

I hope this extension will save your time and make you more productive.

version: 2.3.0.0
- Object Edit page issue has been resolved.
- Record Type issue on Object creation has been resolve.
- Added open in a new tab or not functionality. 

For any queries: [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Salesforce Easy Navigator Salesforce Easy Navigator
ID oiaghoidghokmelfojmlilhigihhmeba
आधिकारिक URL https://chromewebstore.google.com/detail/salesforce-easy-navigator/oiaghoidghokmelfojmlilhigihhmeba
विवरण This extension will help you to navigate Salesforce's most used tools
फ़ाइल का आकार 14.22 KB
स्थापना संख्या 158
वर्तमान संस्करण 2.3.0.0
अंतिम अपडेट 2022-03-02
प्रकाशन तिथि 2021-10-24
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Shakhawat Hossain
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://shawon39.github.io/Privacy-policy/index.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesforce Easy Navigator",
    "description": "This extension will help you to navigate Salesforce's most used tools",
    "version": "2.3.0.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/navigator16.png",
            "32": "\/images\/navigator32.png",
            "48": "\/images\/navigator48.png",
            "128": "\/images\/navigator128.png"
        }
    },
    "icons": {
        "16": "\/images\/navigator16.png",
        "32": "\/images\/navigator32.png",
        "48": "\/images\/navigator48.png",
        "128": "\/images\/navigator128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}