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
官方網址 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"
    ]
}