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.
什么是Salesforce Lightning Setup Field Type Toggle?
Salesforce Lightning Setup Field Type Toggle是由https://www.corefindings.com开发的Chrome扩展程序,该扩展的主要功能是“Toggle between Standard, Custom and All fields while on the Fields and Relationship page in setup in the Lightning in Salesforce.”。
扩展截图
下载Salesforce Lightning Setup Field Type Toggle扩展crx文件
下载Salesforce Lightning Setup Field Type Toggle扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Salesforce Lightning Setup Field Type Toggle |
ID | ngcmjakknpgjbgedeedpbjhnkibdfofd |
官方URL | https://chromewebstore.google.com/detail/salesforce-lightning-setu/ngcmjakknpgjbgedeedpbjhnkibdfofd |
简介 | Toggle between Standard, Custom and All fields while on the Fields and Relationship page in setup in the Lightning in Salesforce. |
文件大小 | 11.5 KB |
安装次数 | 31 |
当前版本 | 0.0.0.1 |
更新时间 | 2018-07-23 |
上架时间 | 2018-07-22 |
开发者 | https://www.corefindings.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://www.corefindings.com/privacy |
支持的语言 | 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 } |