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은(는) ashwin.reddy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps to give Page and Class access to profiles. Helps to set FLS on profiles. Helps to set CRUD on objects."입니다.

확장 프로그램 스크린샷

screenshot

Salesforce Profile Access Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}