FLS Comparator

FLS Comparator - Automation to compare Field Level Security to a different field or to a new field in the same or different SFDC Org

什么是FLS Comparator?

FLS Comparator是由Abhinav Swaroop Saxena开发的Chrome扩展程序,该扩展的主要功能是“FLS Comparator - Automation to compare Field Level Security to a different field or to a new field in the same or different SFDC Org”。

扩展截图

screenshot

下载FLS Comparator扩展crx文件

下载FLS Comparator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        SFDC FLS Compare Tool is a 'Google Chrome' extension built with Javascript which can eliminate human effort in comparing, mapping Field Level Security to a different field or to a new field in the same or different Org.

As a Salesforce developer we do come across ‘Field Level Security’ which needs to be copied to a different field inside the same or different Salesforce org in this case, doing this comparison manually is time consuming and can result in errors. Both time and errors can be overcome by using this tool.                    

扩展基本信息

名称 FLS Comparator FLS Comparator
ID miafgahohjddkeaikpngkcnmakidagoe
官方URL https://chromewebstore.google.com/detail/fls-comparator/miafgahohjddkeaikpngkcnmakidagoe
简介 FLS Comparator - Automation to compare Field Level Security to a different field or to a new field in the same or different SFDC Org
文件大小 13.21 KB
安装次数 648
当前版本 1.0.2
更新时间 2022-09-11
上架时间 2017-10-16
评分 4.94/5 共31次评分
开发者 Abhinav Swaroop Saxena
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Abhinav Swaroop Saxena",
    "name": "FLS Comparator",
    "version": "1.0.2",
    "manifest_version": 3,
    "description": "FLS Comparator - Automation to compare Field Level Security to a different field or to a new field in the same or different SFDC Org",
    "icons": {
        "48": "img\/icon128_comparefls.png",
        "128": "img\/icon128_comparefls.png"
    },
    "action": {
        "default_icon": "img\/icon128_comparefls.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.salesforce.com\/_ui\/common\/config\/field\/StandardFieldAttributes\/e*"
            ],
            "js": [
                "js\/localScript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "unlimitedStorage",
        "storage"
    ]
}