Salesforce Quick Shortcuts

Easy access to Salesforce's Setup page options and Object Manager's Objects via a quick access bar on all Lightning pages

Salesforce Quick Shortcuts क्या है?

Salesforce Quick Shortcuts msg.pelleg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy access to Salesforce's Setup page options and Object Manager's Objects via a quick access bar on all Lightning pages"।

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

screenshot

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

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

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

                        Salesforce Quick Shortcuts is a tool that provides shortcuts to Salesforce's Setup pages and Object Manager Objects via a quick access bar on all Lightning pages. It's a simple and user-friendly UI that allows users to access important Salesforce information with ease.

For Windows, Open the Modal with Ctrl+q
For Mac, Open the Modal with Command+k

####FEATURES####
Shortcuts to all Salesforce Setup pages.
Shortcuts to all Standard sObject pages.
Shortcuts to Listview of sObjects.
Customize default hotkey to open modal.
Customize to open new links in a new tab or same tab.
Add your own custom shortcuts URLs.
Add your own custom Objects shortcuts.
Favorites - saves your most frequently used shortcuts.
Choose what custom shortcuts and objects will be shown based on orgs.
Enter an Id to the shortcut page and press Enter to be redirect to a specific
Use the mouse less by switching between tabs by Tab button.                    

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

नाम Salesforce Quick Shortcuts Salesforce Quick Shortcuts
ID leeefcfmjgdaglhpdkgilpnjiklmbidb
आधिकारिक URL https://chromewebstore.google.com/detail/salesforce-quick-shortcut/leeefcfmjgdaglhpdkgilpnjiklmbidb
विवरण Easy access to Salesforce's Setup page options and Object Manager's Objects via a quick access bar on all Lightning pages
फ़ाइल का आकार 3.7 MB
स्थापना संख्या 967
वर्तमान संस्करण 2.0.6
अंतिम अपडेट 2024-01-07
प्रकाशन तिथि 2022-09-07
रेटिंग 4.92/5 कुल 12 रेटिंग्स
डेवलपर msg.pelleg
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.linkedin.com/in/pelleg-maimon-81853aa7/
सहायता पृष्ठ URL https://github.com/bigkemp/Salesforce-Quick-Access-Bar
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesforce Quick Shortcuts",
    "description": "Easy access to Salesforce's Setup page options and Object Manager's Objects via a quick access bar on all Lightning pages",
    "version": "2.0.6",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "resources\/icon16.png"
    },
    "icons": {
        "16": "resources\/icon16.png",
        "32": "resources\/icon32.png",
        "48": "resources\/icon48.png",
        "128": "resources\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*\/lightning\/setup\/*"
            ],
            "js": [
                "new-modal-index.js"
            ],
            "css": [
                "new-modal-index.css",
                "new-extension-popup.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "data\/*.json",
                "new-extension-popup.css",
                "new-extension-popup.html",
                "new-extension-popup.js",
                "handlers\/*.js",
                "new-modal-index.css",
                "new-modal-index.html",
                "resources\/*.png",
                "resources\/*.svg"
            ],
            "matches": [
                "https:\/\/*.lightning.force.com\/*"
            ]
        }
    ]
}