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

What is FLS Comparator?

FLS Comparator is a Chrome extension developed by Abhinav Swaroop Saxena, and its main feature is "FLS Comparator - Automation to compare Field Level Security to a different field or to a new field in the same or different SFDC Org".

Extension Screenshots

screenshot

Download FLS Comparator Extension CRX File

Download FLS Comparator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name FLS Comparator FLS Comparator
ID miafgahohjddkeaikpngkcnmakidagoe
Official URL https://chromewebstore.google.com/detail/fls-comparator/miafgahohjddkeaikpngkcnmakidagoe
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
File Size 13.21 KB
Installation Count 648
Current Version 1.0.2
Last Updated 2022-09-11
Publish Date 2017-10-16
Rating 4.94/5 Total 31 Ratings
Developer Abhinav Swaroop Saxena
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}