Salesforce Lightning Setup Field Type Toggle

Toggle between Standard, Custom and All fields while on the Fields and Relationship page in setup in the Lightning in Salesforce.

Salesforce Lightning Setup Field Type Toggle क्या है?

Salesforce Lightning Setup Field Type Toggle https://www.corefindings.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Toggle between Standard, Custom and All fields while on the Fields and Relationship page in setup in the Lightning in Salesforce."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        In Salesforce Lightning Experience there the field list in setup combines all Standard and Custom fields into one table. This extension gives admins the ability to show All, only Standard, or only Custom fields in that table.                    

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

नाम Salesforce Lightning Setup Field Type Toggle Salesforce Lightning Setup Field Type Toggle
ID ngcmjakknpgjbgedeedpbjhnkibdfofd
आधिकारिक URL https://chromewebstore.google.com/detail/salesforce-lightning-setu/ngcmjakknpgjbgedeedpbjhnkibdfofd
विवरण Toggle between Standard, Custom and All fields while on the Fields and Relationship page in setup in the Lightning in Salesforce.
फ़ाइल का आकार 11.5 KB
स्थापना संख्या 31
वर्तमान संस्करण 0.0.0.1
अंतिम अपडेट 2018-07-23
प्रकाशन तिथि 2018-07-22
डेवलपर https://www.corefindings.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://www.corefindings.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesforce Lightning Setup Field Type Toggle",
    "version": "0.0.0.1",
    "description": "Toggle between Standard, Custom and All fields while on the Fields and Relationship page in setup in the Lightning in Salesforce.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/toggle16.png",
            "32": "images\/toggle32.png",
            "64": "images\/toggle64.png",
            "128": "images\/toggle128.png"
        }
    },
    "icons": {
        "16": "images\/toggle16.png",
        "32": "images\/toggle32.png",
        "64": "images\/toggle64.png",
        "128": "images\/toggle128.png"
    },
    "manifest_version": 2
}