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 |
Eメール | [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 } |