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.
Co je Salesforce Lightning Setup Field Type Toggle?
Salesforce Lightning Setup Field Type Toggle je rozšíření Chrome vyvinuté https://www.corefindings.com, a jeho hlavní funkcí je „Toggle between Standard, Custom and All fields while on the Fields and Relationship page in setup in the Lightning in Salesforce.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Salesforce Lightning Setup Field Type Toggle
Stáhněte si soubory rozšíření Salesforce Lightning Setup Field Type Toggle ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Salesforce Lightning Setup Field Type Toggle |
ID | ngcmjakknpgjbgedeedpbjhnkibdfofd |
Oficiální URL | https://chromewebstore.google.com/detail/salesforce-lightning-setu/ngcmjakknpgjbgedeedpbjhnkibdfofd |
Popis | Toggle between Standard, Custom and All fields while on the Fields and Relationship page in setup in the Lightning in Salesforce. |
Velikost souboru | 11.5 KB |
Počet instalací | 31 |
Aktuální Verze | 0.0.0.1 |
Poslední Aktualizace | 2018-07-23 |
Datum Vydání | 2018-07-22 |
Vývojář | https://www.corefindings.com |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | http://www.corefindings.com/privacy |
Podporované Jazyky | 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 } |