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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Abhinav Swaroop Saxena และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FLS Comparator

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}