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.

Was ist Salesforce Lightning Setup Field Type Toggle?

Salesforce Lightning Setup Field Type Toggle ist eine Chrome-Erweiterung, die von https://www.corefindings.com entwickelt wurde, und ihr Hauptmerkmal ist "Toggle between Standard, Custom and All fields while on the Fields and Relationship page in setup in the Lightning in Salesforce.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Salesforce Lightning Setup Field Type Toggle-Erweiterungs-CRX-Datei herunterladen

Laden Sie Salesforce Lightning Setup Field Type Toggle-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Salesforce Lightning Setup Field Type Toggle Salesforce Lightning Setup Field Type Toggle
ID ngcmjakknpgjbgedeedpbjhnkibdfofd
Offizielle URL https://chromewebstore.google.com/detail/salesforce-lightning-setu/ngcmjakknpgjbgedeedpbjhnkibdfofd
Beschreibung Toggle between Standard, Custom and All fields while on the Fields and Relationship page in setup in the Lightning in Salesforce.
Dateigröße 11.5 KB
Installationsanzahl 31
Aktuelle Version 0.0.0.1
Letztes Update 2018-07-23
Veröffentlichungsdatum 2018-07-22
Entwickler https://www.corefindings.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://www.corefindings.com/privacy
Unterstützte Sprachen 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
}