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.

Qu'est-ce que Salesforce Lightning Setup Field Type Toggle ?

Salesforce Lightning Setup Field Type Toggle est une extension Chrome développée par https://www.corefindings.com, et sa fonction principale est "Toggle between Standard, Custom and All fields while on the Fields and Relationship page in setup in the Lightning in Salesforce.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Salesforce Lightning Setup Field Type Toggle

Téléchargez les fichiers d'extension Salesforce Lightning Setup Field Type Toggle au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Salesforce Lightning Setup Field Type Toggle Salesforce Lightning Setup Field Type Toggle
ID ngcmjakknpgjbgedeedpbjhnkibdfofd
URL Officiel https://chromewebstore.google.com/detail/salesforce-lightning-setu/ngcmjakknpgjbgedeedpbjhnkibdfofd
Description Toggle between Standard, Custom and All fields while on the Fields and Relationship page in setup in the Lightning in Salesforce.
Taille du Fichier 11.5 KB
Nombre d'Installations 31
Version Actuelle 0.0.0.1
Dernière Mise à Jour 2018-07-23
Date de Publication 2018-07-22
Développeur https://www.corefindings.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://www.corefindings.com/privacy
Langues Prises en Charge 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
}