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.
What is Salesforce Lightning Setup Field Type Toggle?
Salesforce Lightning Setup Field Type Toggle is a Chrome extension developed by https://www.corefindings.com, and its main feature is "Toggle between Standard, Custom and All fields while on the Fields and Relationship page in setup in the Lightning in Salesforce.".
Extension Screenshots
Download Salesforce Lightning Setup Field Type Toggle Extension CRX File
Download Salesforce Lightning Setup Field Type Toggle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Salesforce Lightning Setup Field Type Toggle |
ID | ngcmjakknpgjbgedeedpbjhnkibdfofd |
Official URL | 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. |
File Size | 11.5 KB |
Installation Count | 31 |
Current Version | 0.0.0.1 |
Last Updated | 2018-07-23 |
Publish Date | 2018-07-22 |
Developer | https://www.corefindings.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://www.corefindings.com/privacy |
Supported Languages | 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 } |