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
Eメール [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"
    ]
}