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 là gì?

Salesforce Lightning Setup Field Type Toggle là một tiện ích mở rộng Chrome được phát triển bởi https://www.corefindings.com, và tính năng chính của nó là "Toggle between Standard, Custom and All fields while on the Fields and Relationship page in setup in the Lightning in Salesforce.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Salesforce Lightning Setup Field Type Toggle

Tải xuống các tệp mở rộng Salesforce Lightning Setup Field Type Toggle dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Salesforce Lightning Setup Field Type Toggle Salesforce Lightning Setup Field Type Toggle
ID ngcmjakknpgjbgedeedpbjhnkibdfofd
URL Chính Thức https://chromewebstore.google.com/detail/salesforce-lightning-setu/ngcmjakknpgjbgedeedpbjhnkibdfofd
Mô tả Toggle between Standard, Custom and All fields while on the Fields and Relationship page in setup in the Lightning in Salesforce.
Kích Thước Tệp 11.5 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2018-07-23
Ngày Phát Hành 2018-07-22
Nhà Phát Triển https://www.corefindings.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://www.corefindings.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}