Salesforce Profile Access Helper

Helps to give Page and Class access to profiles. Helps to set FLS on profiles. Helps to set CRUD on objects.

Salesforce Profile Access Helperคืออะไร?

Salesforce Profile Access Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ashwin.reddy และคุณลักษณะหลักของมันคือ "Helps to give Page and Class access to profiles. Helps to set FLS on profiles. Helps to set CRUD on objects."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforce Profile Access Helper

ดาวน์โหลดไฟล์ส่วนขยาย Salesforce Profile Access Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension helps in selecting profiles on visualforce and apex class security settings page where we give access to profiles.

This extension also helps to select Object FLS for profiles.

This also helps in giving object CRUD permissions to profiles in enhanced lists view which shows profiles and object CRUD matrix                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Salesforce Profile Access Helper Salesforce Profile Access Helper
ID hognpfbendhbldnpommimionajjbpfnb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/salesforce-profile-access/hognpfbendhbldnpommimionajjbpfnb
คำอธิบาย Helps to give Page and Class access to profiles. Helps to set FLS on profiles. Helps to set CRUD on objects.
ขนาดไฟล์ 312 KB
จำนวนการติดตั้ง 311
เวอร์ชันปัจจุบัน 6.1
อัปเดตครั้งล่าสุด 2015-11-18
วันที่เผยแพร่ 2015-11-18
ผู้พัฒนา ashwin.reddy
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Salesforce Profile Access Helper",
    "version": "6.1",
    "description": "Helps to give Page and Class access to profiles. Helps to set FLS on profiles. Helps to set CRUD on objects.",
    "icons": {
        "128": "images\/salesforce128.jpeg"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.salesforce.com\/_ui\/perms\/ui\/profile\/ApexPageProfilePermissionEdit*"
            ],
            "js": [
                "js\/ApexClass_VFPage_Security_helper.js",
                "js\/jquery-1.10.2.js",
                "js\/jquery-ui-1.10.4.custom.js"
            ],
            "css": [
                "css\/ui-lightness\/jquery-ui-1.10.4.custom.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.salesforce.com\/_ui\/perms\/ui\/profile\/ApexClassProfilePermissionEdit*"
            ],
            "js": [
                "js\/ApexClass_VFPage_Security_helper.js",
                "js\/jquery-1.10.2.js",
                "js\/jquery-ui-1.10.4.custom.js"
            ],
            "css": [
                "css\/ui-lightness\/jquery-ui-1.10.4.custom.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.salesforce.com\/_ui\/system\/user\/ProfileApexClassPermissionEdit\/e*"
            ],
            "js": [
                "js\/ApexClass_VFPage_Security_helper.js",
                "js\/jquery-1.10.2.js",
                "js\/jquery-ui-1.10.4.custom.js"
            ],
            "css": [
                "css\/ui-lightness\/jquery-ui-1.10.4.custom.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.salesforce.com\/_ui\/system\/user\/ProfileApexPagePermissionEdit\/e*"
            ],
            "js": [
                "js\/ApexClass_VFPage_Security_helper.js",
                "js\/jquery-1.10.2.js",
                "js\/jquery-ui-1.10.4.custom.js"
            ],
            "css": [
                "css\/ui-lightness\/jquery-ui-1.10.4.custom.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.salesforce.com\/00e*"
            ],
            "js": [
                "js\/profile_object_crud.js",
                "js\/jquery-1.10.2.js",
                "js\/jquery-ui-1.10.4.custom.js"
            ],
            "css": [
                "css\/ui-lightness\/jquery-ui-1.10.4.custom.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.salesforce.com\/_ui\/common\/config\/field\/StandardFieldAttributes\/e*"
            ],
            "js": [
                "js\/fls_helper.js",
                "js\/jquery-1.10.2.js",
                "js\/jquery-ui-1.10.4.custom.js"
            ],
            "css": [
                "css\/ui-lightness\/jquery-ui-1.10.4.custom.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.salesforce.com\/setup\/ui\/objectCustomTabWizard.jsp"
            ],
            "js": [
                "js\/profile_tab_helper.js",
                "js\/jquery-1.10.2.js",
                "js\/jquery-ui-1.10.4.custom.js"
            ],
            "css": [
                "css\/ui-lightness\/jquery-ui-1.10.4.custom.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/profile_helper.js",
        "js\/profile_object_crud.js",
        "js\/jquery-1.10.2.js",
        "js\/jquery-ui-1.10.4.custom.js",
        "css\/ui-lightness\/jquery-ui-1.10.4.custom.css"
    ]
}