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

Co je FLS Comparator?

FLS Comparator je rozšíření Chrome vyvinuté Abhinav Swaroop Saxena, a jeho hlavní funkcí je „FLS Comparator - Automation to compare Field Level Security to a different field or to a new field in the same or different SFDC Org“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření FLS Comparator

Stáhněte si soubory rozšíření FLS Comparator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název FLS Comparator FLS Comparator
ID miafgahohjddkeaikpngkcnmakidagoe
Oficiální URL https://chromewebstore.google.com/detail/fls-comparator/miafgahohjddkeaikpngkcnmakidagoe
Popis FLS Comparator - Automation to compare Field Level Security to a different field or to a new field in the same or different SFDC Org
Velikost souboru 13.21 KB
Počet instalací 648
Aktuální Verze 1.0.2
Poslední Aktualizace 2022-09-11
Datum Vydání 2017-10-16
Hodnocení 4.94/5 Celkem 31 Hodnocení
Vývojář Abhinav Swaroop Saxena
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}