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 |
官方網址 | 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 } |