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.

Hvad er Salesforce Lightning Setup Field Type Toggle?

Salesforce Lightning Setup Field Type Toggle er en Chrome-udvidelse udviklet af https://www.corefindings.com, og dens hovedfunktion er "Toggle between Standard, Custom and All fields while on the Fields and Relationship page in setup in the Lightning in Salesforce.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Salesforce Lightning Setup Field Type Toggle-udvidelses-CRX-fil

Download Salesforce Lightning Setup Field Type Toggle-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Salesforce Lightning Setup Field Type Toggle Salesforce Lightning Setup Field Type Toggle
ID ngcmjakknpgjbgedeedpbjhnkibdfofd
Officiel URL https://chromewebstore.google.com/detail/salesforce-lightning-setu/ngcmjakknpgjbgedeedpbjhnkibdfofd
Beskrivelse Toggle between Standard, Custom and All fields while on the Fields and Relationship page in setup in the Lightning in Salesforce.
Filstørrelse 11.5 KB
Antal Installationer 31
Nuværende Version 0.0.0.1
Senest Opdateret 2018-07-23
Udgivelsesdato 2018-07-22
Udvikler https://www.corefindings.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side http://www.corefindings.com/privacy
Understøttede Sprog 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
}