Copy FLS

Salesforce - Field Level Security Automation

Copy FLS là gì?

Copy FLS là một tiện ích mở rộng Chrome được phát triển bởi Vivek Barange, và tính năng chính của nó là "Salesforce - Field Level Security Automation".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Copy FLS

Tải xuống các tệp mở rộng Copy FLS 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

                        Using this extension you can copy the field level security from one field to another fields within a second.

Setting FLS takes too much time and its very frustrating to manually update them.

Copy FLS extension will convert the hours of manual effort to few mouse click and you can copy FLS to many fields in minutes. SFDC Developers and admins won't be frustrated during the FLS setting. Also it can reduce the human error that we generally find during manual update.

Copy FLS is for salesforce developers, administrators and users (If users are having admin access to update FLS).

STEPS TO COPY FLS:

Step 1: Go to any field FLS page, from which you have to copy FLS.
Step 2: Open other field FLS page, you can see a button with name "Paste FLS". It will allow you to override the FLS from copied field. You can open any number of fields and override the FLS.
Step 3: Once you will be done with FLS setting, you can clear the clipboard by using "Clear Clipboard" button.

Copy FLS 3.0 features include:

1. Copy FLS from one field to another field
2. Copy FLS from one profile to another profile
3. From One Org to another org:
   a. Sandbox to any other org
   b. Production to any other org
   c. Developer to any other org


Extension Name: Copy FLS
Version: 3.0                    

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

Tên Copy FLS Copy FLS
ID mpakcijnnjngblfckbgmgadobghbblkn
URL Chính Thức https://chrome.google.com/webstore/detail/copy-fls/mpakcijnnjngblfckbgmgadobghbblkn
Mô tả Salesforce - Field Level Security Automation
Kích Thước Tệp 172 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2016-10-11
Ngày Phát Hành 2016-10-11
Đánh Giá 4.86/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Vivek Barange
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "author": "Vivek Barange",
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "https:\/\/*.salesforce.com\/_ui\/common\/config\/field\/StandardFieldAttributes\/e*",
                "https:\/\/*.salesforce.com\/setup\/layout\/flsedit.jsp*",
                "https:\/\/*.salesforce.com\/00e*"
            ]
        }
    ],
    "description": "Salesforce - Field Level Security Automation",
    "icons": {
        "128": "copyflsicon.png",
        "48": "copyflsicon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxoThM\/vUcvaQYUp\/SCKOwaW7X8I\/1UTWg1StQsv3H7VkKH9bBM9J6sy2D4xlrIZ5lDr1CLneopUZR\/8YIPJv5k4WzLpX95dBIjpC2ojzVC2ozYSE3zOR7HHbntNW\/nyWFJ0s79YtRUbD0C+G6wuQugAqD0BgFDK852ldo0kcXiKr0e6jmu2AK3qHE9WxkibG50OTrJfJgCdeG0iw0RZLnd7CN7DI0Tx6GC4l04oIYpofeymht4uxoCeH+scIb98bi+uIBAwfSjzac+Yi1G4HSBZDMS\/k1yb74MLHjm+fFv6dGueEhcSM+AJSS92w2VvqYF6tpqSaVl4rykeYOZyAuQIDAQAB",
    "manifest_version": 2,
    "name": "Copy FLS",
    "permissions": [
        "cookies",
        "unlimitedStorage",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0"
}